diff --git a/Cargo.lock b/Cargo.lock index 8efbec3..b764a60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3194,9 +3194,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index cb1d238..39f84aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.42.0", features = [ "rt-multi-thread", "fs", ] } -tokio-stream = "0.1.16" +tokio-stream = "0.1.17" tracing-batteries = { git = "https://github.com/sierrasoftworks/tracing-batteries-rs.git" } unicase = "2.8.0"