From f0c02b83b78b3d1c1702951ba735b824f387baba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:42:05 +0000 Subject: [PATCH] chore(update): bump tokio-stream from 0.1.12 to 0.1.14 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.12 to 0.1.14. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.12...tokio-0.1.14) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- controller/Cargo.toml | 2 +- riklet/Cargo.toml | 2 +- scheduler/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d5dee3..dfe1113 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3458,9 +3458,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/controller/Cargo.toml b/controller/Cargo.toml index 031cc5c..fa74ad6 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -26,7 +26,7 @@ names = "0.14.0" tonic = { workspace = true } prost = { workspace = true} tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros", "sync", "time"] } -tokio-stream = "0.1.6" +tokio-stream = "0.1.14" async-trait = "0.1.64" dotenv = "0.15.0" nix = "0.26.2" diff --git a/riklet/Cargo.toml b/riklet/Cargo.toml index fd9826a..789a62f 100644 --- a/riklet/Cargo.toml +++ b/riklet/Cargo.toml @@ -33,7 +33,7 @@ prost.workspace = true tokio = { version = "1", features = ["full"] } futures-util = "0.3.28" serde = { version = "1.0.163", features = ["derive"] } -tokio-stream = "0.1.6" +tokio-stream = "0.1.14" async-trait = "0.1.50" libc="0.2.144" toml="0.7.4" diff --git a/scheduler/Cargo.toml b/scheduler/Cargo.toml index 5de8917..bf15608 100644 --- a/scheduler/Cargo.toml +++ b/scheduler/Cargo.toml @@ -16,7 +16,7 @@ assets = [ [dependencies] tonic.workspace = true -tokio-stream = "0.1.6" +tokio-stream = "0.1.14" env_logger = "0.10.0" log = "0.4.19" rand = "0.8.4"