diff --git a/Cargo.toml b/Cargo.toml index 80b5ca3..7ec85ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ tokio = { version = "1.37.0", features = ["full"] } tracing = { version = "0.1.40", features = ["log"] } tracing-subscriber = "0.3.18" serde_toml = "0.0.1" -toml = { version = "0.8.12", features = ["preserve_order"] } +toml = { version = "0.9.0", features = ["preserve_order"] } tokio-scoped = "0.2.0"