diff --git a/Cargo.lock b/Cargo.lock index 6ba8e009..915b93a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3011,9 +3011,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 4538d52b..d8a98048 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -120,7 +120,7 @@ tokio = { version = "1.40.0", features = [ "sync", "time", ] } -tokio-stream = "0.1.15" +tokio-stream = "0.1.16" toml = "0.8.19" tonic = "0.12.2" thiserror = "1.0.63" diff --git a/plugins/dummy_rand_data/Cargo.toml b/plugins/dummy_rand_data/Cargo.toml index fa340287..8e258bcb 100644 --- a/plugins/dummy_rand_data/Cargo.toml +++ b/plugins/dummy_rand_data/Cargo.toml @@ -14,7 +14,7 @@ prost = "0.13.2" rand = "0.8.5" serde_json = "1.0.125" tokio = { version = "1.40.0", features = ["rt"] } -tokio-stream = "0.1.15" +tokio-stream = "0.1.16" tonic = "0.12.2" [build-dependencies] diff --git a/plugins/dummy_sha256/Cargo.toml b/plugins/dummy_sha256/Cargo.toml index 93a6d58b..1b9cdea3 100644 --- a/plugins/dummy_sha256/Cargo.toml +++ b/plugins/dummy_sha256/Cargo.toml @@ -15,7 +15,7 @@ rand = "0.8.5" serde_json = "1.0.125" sha2 = "0.10.8" tokio = { version = "1.40.0", features = ["rt"] } -tokio-stream = "0.1.15" +tokio-stream = "0.1.16" tonic = "0.12.2" [build-dependencies]