diff --git a/Cargo.lock b/Cargo.lock index 442d1e24..6fed01c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4381,9 +4381,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" +checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" dependencies = [ "futures-core", "pin-project-lite", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index f5198867..9477eaf1 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -32,7 +32,7 @@ thiserror = "1.0.38" futures = "0.3.26" tokio = { version = "1.25.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } -tokio-stream = { version = "0.1.11", features = ["sync", "time"] } +tokio-stream = { version = "0.1.12", 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 23819045..1d0e48a6 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -187,7 +187,7 @@ hyper = { version = "0.14.24", features = ["http1", "http2", "server"]} reqwest = "0.11.14" tokio = { version = "1.25.0", features = ["full", "tracing", "test-util"] } -tokio-stream = "0.1.11" +tokio-stream = "0.1.12" # test feature lightwalletd-grpc-tests prost = "0.11.6"