diff --git a/crates/bws/Cargo.toml b/crates/bws/Cargo.toml index 9ccd5c5469..22741b03d0 100644 --- a/crates/bws/Cargo.toml +++ b/crates/bws/Cargo.toml @@ -35,7 +35,7 @@ serde_yaml = "0.9" supports-color = "2.0.0" thiserror = "1.0.40" tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] } -toml = "0.8.0" +toml = "0.8.8" uuid = { version = "^1.3.3", features = ["serde"] } regex = { version = "1.10.2", features=["std", "perf"], default-features=false }