From 3f0a4a6daa6ee8594fe16b13a767417c70b6f708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:57:30 +0000 Subject: [PATCH] chore(deps): Bump tokio-stream from 0.1.16 to 0.1.17 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.16...tokio-stream-0.1.17) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- sdk/rust/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 953dfb9c..18516355 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 57ee0380..1da8e6bc 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 }