diff --git a/Cargo.toml b/Cargo.toml index dd49653..5275ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1.0", default-features = false, features = ["alloc", "deriv serde_json = { version = "1.0", default-features = false, features = ["alloc"]} sha2 = { version = "0.10", default-features = false } sled = "0.34" -toml = "0.8" +toml = "0.9" tokio-tungstenite = "0.21" tokio = { version = "1", features = ["full"] } tracing = "0.1"