diff --git a/Cargo.lock b/Cargo.lock index 0fb0140ef..3c1cfb06f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4828,9 +4828,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" +checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" dependencies = [ "futures-core", "pin-project-lite", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index a1abd7dde..70e1c507a 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -41,7 +41,7 @@ thiserror = "1.0.40" futures = "0.3.28" tokio = { version = "1.27.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } -tokio-stream = { version = "0.1.12", features = ["sync", "time"] } +tokio-stream = { version = "0.1.14", features = ["sync", "time"] } tokio-util = { version = "0.7.7", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 3f11c94b6..3bf57149c 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -204,7 +204,7 @@ tempfile = "3.5.0" hyper = { version = "0.14.26", features = ["http1", "http2", "server"]} tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } -tokio-stream = "0.1.12" +tokio-stream = "0.1.14" # test feature lightwalletd-grpc-tests prost = "0.11.9"