From c7d596a3b5b9c7618b26f10365392974de1ddb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:11:17 +0000 Subject: [PATCH] chore(deps): update toml requirement from 0.9.0 to 1.0.7 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.9.0...toml-v1.0.7) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.7+spec-1.1.0 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 6c8ef2d..869f8f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["concurrency", "network-programming", "simulation"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -toml = "0.9.0" +toml = "1.0.7" tokio = { version = "1.46.1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } futures = "0.3"