Skip to content

Commit

Permalink
tokio-util 0.7.8 -> 0.7.10
Browse files Browse the repository at this point in the history
Summary: Adds AsyncWrite impl for InspectReader: https://docs.rs/tokio-util/latest/tokio_util/io/struct.InspectReader.html#impl-AsyncWrite-for-InspectReader%3CR,+F%3E

Reviewed By: dtolnay

Differential Revision: D53406650

fbshipit-source-id: db96aea4389380ab816e521dc04480264f061f0a
  • Loading branch information
mzr authored and facebook-github-bot committed Feb 5, 2024
1 parent 06e9ee9 commit f110a82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/framed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
byteorder = "1.3"
bytes = { version = "1.1", features = ["serde"] }
tokio-util = { version = "0.7.8", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["full"] }

[dev-dependencies]
futures = { version = "0.3.28", features = ["async-await", "compat"] }
Expand Down
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ fbthrift_util = { version = "0.1.0", path = "../util" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio-tower = "0.6"
tokio-util = { version = "0.7.8", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["full"] }
tower-service = "0.3"
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ fbthrift_util = { version = "0.1.0", path = "../util" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio-tower = "0.6"
tokio-util = { version = "0.7.8", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["full"] }
tower-service = "0.3"
2 changes: 1 addition & 1 deletion shed/netstring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0.75"
bytes = { version = "1.1", features = ["serde"] }
thiserror = "1.0.49"
tokio-util = { version = "0.7.8", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["full"] }

[dev-dependencies]
quickcheck = "1.0"

0 comments on commit f110a82

Please sign in to comment.