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"