diff --git a/Cargo.toml b/Cargo.toml index 154fcb1..72962c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ sysinfo = { version = "0.35.2", features = ["serde"] } tempfile = "3.14.0" tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros"] } tokio-util = "0.7.13" -toml = "0.8.19" +toml = "1.1.2" tower = "0.5.2" tower-http = { version = "0.6.2", features = ["trace", "fs", "limit"] } tracing = "0.1.41"