diff --git a/Cargo.toml b/Cargo.toml index 8f3f73e..483a166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ num_cpus = "1.16.0" uuid = { version = "1.4.1", features = ["v4", "serde"] } rand = "0.8.5" semver = { version = "1.0.18", features = ["serde"] } -toml = "0.7.6" +toml = "0.8.0" tokio = { version = "1.32.0", features = ["sync", "time", "process"] } clap = { version = "4.4.6", features = ["derive"] } actix-rt = "2.7.0"