From 2f18d6ea21ab05f83e4a3cb84d7e4b79c1a42a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:05:39 +0000 Subject: [PATCH] Update toml requirement from 0.8 to 0.9 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.0...toml-v0.8.23) --- updated-dependencies: - dependency-name: toml dependency-version: 0.8.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd49653..5275ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1.0", default-features = false, features = ["alloc", "deriv serde_json = { version = "1.0", default-features = false, features = ["alloc"]} sha2 = { version = "0.10", default-features = false } sled = "0.34" -toml = "0.8" +toml = "0.9" tokio-tungstenite = "0.21" tokio = { version = "1", features = ["full"] } tracing = "0.1"