diff --git a/Cargo.toml b/Cargo.toml index 8b6378c..1274c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] } -toml = "1.0.0" +toml = "1.0.6" # dev-dependencies assert_cmd = "2.1.2"