diff --git a/shed/buffered_weighted/Cargo.toml b/shed/buffered_weighted/Cargo.toml index e7ad85132..7e21d5b61 100644 --- a/shed/buffered_weighted/Cargo.toml +++ b/shed/buffered_weighted/Cargo.toml @@ -20,7 +20,7 @@ futures = { version = "0.3.30", features = ["async-await", "compat"] } proptest = "1.0" proptest-derive = "0.3" tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } -tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] } +tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] } [target.'cfg(target_os = "linux")'.dependencies] procfs = "0.15.1" diff --git a/shed/fbthrift_ext/framed/Cargo.toml b/shed/fbthrift_ext/framed/Cargo.toml index 7308c4f9c..092519342 100644 --- a/shed/fbthrift_ext/framed/Cargo.toml +++ b/shed/fbthrift_ext/framed/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] byteorder = "1.3" bytes = { version = "1.6.0", features = ["serde"] } -tokio-util = { version = "0.7.10", features = ["full"] } +tokio-util = { version = "0.7.12", features = ["full"] } [dev-dependencies] futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/shed/fbthrift_ext/socket/Cargo.toml b/shed/fbthrift_ext/socket/Cargo.toml index 15268d4d6..58048365b 100644 --- a/shed/fbthrift_ext/socket/Cargo.toml +++ b/shed/fbthrift_ext/socket/Cargo.toml @@ -22,5 +22,5 @@ fbthrift_util = { version = "0.1.0", path = "../util" } futures = { version = "0.3.30", features = ["async-await", "compat"] } tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } tokio-tower = "0.6" -tokio-util = { version = "0.7.10", features = ["full"] } +tokio-util = { version = "0.7.12", features = ["full"] } tower-service = "0.3" diff --git a/shed/fbthrift_ext/tcp/Cargo.toml b/shed/fbthrift_ext/tcp/Cargo.toml index b7976ded5..d73488ca7 100644 --- a/shed/fbthrift_ext/tcp/Cargo.toml +++ b/shed/fbthrift_ext/tcp/Cargo.toml @@ -22,5 +22,5 @@ fbthrift_util = { version = "0.1.0", path = "../util" } futures = { version = "0.3.30", features = ["async-await", "compat"] } tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } tokio-tower = "0.6" -tokio-util = { version = "0.7.10", features = ["full"] } +tokio-util = { version = "0.7.12", features = ["full"] } tower-service = "0.3" diff --git a/shed/netstring/Cargo.toml b/shed/netstring/Cargo.toml index 71371ce38..56cb6b17a 100644 --- a/shed/netstring/Cargo.toml +++ b/shed/netstring/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" anyhow = "1.0.86" bytes = { version = "1.6.0", features = ["serde"] } thiserror = "1.0.64" -tokio-util = { version = "0.7.10", features = ["full"] } +tokio-util = { version = "0.7.12", features = ["full"] } [dev-dependencies] quickcheck = "1.0" diff --git a/shed/stats/Cargo.toml b/shed/stats/Cargo.toml index b69b5168f..bedb3cdee 100644 --- a/shed/stats/Cargo.toml +++ b/shed/stats/Cargo.toml @@ -17,7 +17,7 @@ once_cell = "1.12" perthread = { version = "0.1.0", path = "../perthread" } stats_traits = { version = "0.1.0", path = "traits" } tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } -tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] } +tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] } [lints] rust = { unexpected_cfgs = { check-cfg = ["cfg(fbcode_build)"], level = "warn" } }