diff --git a/Cargo.toml b/Cargo.toml index 6c8ef2d..02f9771 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.1.2" tokio = { version = "1.46.1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } futures = "0.3"