diff --git a/Cargo.lock b/Cargo.lock index 353d4c7a..9d44c0a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4364,9 +4364,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/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 88f5d055..9eb2be82 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -124,7 +124,7 @@ tokio = { version = "1.41.1", features = [ "sync", "time", ] } -tokio-stream = "0.1.16" +tokio-stream = "0.1.17" toml = "0.8.19" tonic = "0.12.3" thiserror = "2.0.6" diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 6668ca76..2f675f0d 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -18,7 +18,7 @@ rand = "0.8.5" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" tokio = { version = "1.41.1", features = ["rt"] } -tokio-stream = "0.1.15" +tokio-stream = "0.1.17" tonic = "0.12.3" schemars = { version = "0.8.21", features = ["url"] } hipcheck-sdk-macros = { path = "../../hipcheck-sdk-macros", version = "0.1.0", optional = true }