diff --git a/Cargo.toml b/Cargo.toml index 4307e31..43c7620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.81" thiserror = "1.0.58" futures = "0.3.30" tokio = { version = "1.36.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } -tokio-stream = { version = "0.1.14", features = ["net"] } +tokio-stream = { version = "0.1.15", features = ["net"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" serde_json = "1.0.114"