Skip to content

Commit 57c3651

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump tokio-util 0.7.17 -> 0.7.18
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D94763323 fbshipit-source-id: e1dce71794154cb61e3e1f157456773fa24c4132
1 parent 0570ab3 commit 57c3651

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

shed/fbthrift_ext/framed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616
[dependencies]
1717
byteorder = "1.5"
1818
bytes = { version = "1.11.1", features = ["serde"] }
19-
tokio-util = { version = "0.7.15", features = ["full"] }
19+
tokio-util = { version = "0.7.18", features = ["full"] }
2020

2121
[dev-dependencies]
2222
futures = { version = "0.3.31", features = ["async-await", "compat"] }

shed/fbthrift_ext/socket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ fbthrift_util = { version = "0.1.0", path = "../util" }
2222
futures = { version = "0.3.31", features = ["async-await", "compat"] }
2323
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
2424
tokio-tower = "0.6"
25-
tokio-util = { version = "0.7.15", features = ["full"] }
25+
tokio-util = { version = "0.7.18", features = ["full"] }
2626
tower-service = "0.3.3"

shed/fbthrift_ext/tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ fbthrift_util = { version = "0.1.0", path = "../util" }
2222
futures = { version = "0.3.31", features = ["async-await", "compat"] }
2323
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
2424
tokio-tower = "0.6"
25-
tokio-util = { version = "0.7.15", features = ["full"] }
25+
tokio-util = { version = "0.7.18", features = ["full"] }
2626
tower-service = "0.3.3"

shed/netstring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
anyhow = "1.0.101"
1515
bytes = { version = "1.11.1", features = ["serde"] }
1616
thiserror = "2.0.18"
17-
tokio-util = { version = "0.7.15", features = ["full"] }
17+
tokio-util = { version = "0.7.18", features = ["full"] }
1818

1919
[dev-dependencies]
2020
quickcheck = "1.0"

0 commit comments

Comments
 (0)