Skip to content

Commit

Permalink
third-party/rust: bump tokio v1.25.0 -> v1.29.1
Browse files Browse the repository at this point in the history
Summary: Needed for reqwest QUIC support (requirement of ^1.28)

Reviewed By: zertosh

Differential Revision: D47304356

fbshipit-source-id: d39999373ae51f79123927a073f3073e21a10078
  • Loading branch information
ifd3f authored and facebook-github-bot committed Jul 12, 2023
1 parent 13a55c0 commit ae932f6
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion shed/async_compression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ zstd = { version = "0.11.2+zstd.1.5.2", features = ["experimental", "zstdmt"] }
assert_matches = "1.5"
futures03 = { package = "futures", version = "0.3.28", features = ["async-await", "compat"] }
quickcheck = "1.0"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/async_compression/legacy-mononoke/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ zstd = { package = "zstd-legacy-mononoke", git = "https://github.com/mitrandir77
assert_matches = "1.5"
futures03 = { package = "futures", version = "0.3.28", features = ["async-await", "compat"] }
quickcheck = "1.0"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/async_once_cell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"

[dependencies]
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
futures = { version = "0.3.28", features = ["async-await", "compat"] }
Expand Down
2 changes: 1 addition & 1 deletion shed/cached_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
serde = { version = "1.0.167", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
serde_derive = "1.0.167"
2 changes: 1 addition & 1 deletion shed/facet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ thiserror = "1.0.43"
trait-set = "0.3.0"

[dev-dependencies]
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }

[features]
default = ["impl_never_type"]
Expand Down
2 changes: 1 addition & 1 deletion shed/fbinit/fbinit-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ path = "lib.rs"

[dependencies]
futures = { version = "0.3.28", features = ["async-await", "compat"] }
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/framed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ tokio-util = { version = "0.7.8", features = ["full"] }

[dev-dependencies]
futures = { version = "0.3.28", features = ["async-await", "compat"] }
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
fbthrift_framed = { version = "0.1.0", path = "../framed" }
fbthrift_util = { version = "0.1.0", path = "../util" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio-tower = "0.6"
tokio-util = { version = "0.7.8", 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 @@ -20,7 +20,7 @@ fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbth
fbthrift_framed = { version = "0.1.0", path = "../framed" }
fbthrift_util = { version = "0.1.0", path = "../util" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio-tower = "0.6"
tokio-util = { version = "0.7.8", features = ["full"] }
tower-service = "0.3"
2 changes: 1 addition & 1 deletion shed/fbthrift_ext/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ license = "MIT OR Apache-2.0"
path = "lib.rs"

[dependencies]
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/futures_01_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ assert_matches = "1.5"
cloned = { version = "0.1.0", path = "../cloned" }
futures03 = { package = "futures", version = "0.3.28", features = ["async-await", "compat"] }
quickcheck = "1.0"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/futures_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ tokio_shim = { version = "0.1.0", path = "../tokio_shim" }
[dev-dependencies]
assert_matches = "1.5"
async-stream = "0.3"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/futures_lazy_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
once_cell = "1.12"

[dev-dependencies]
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/futures_stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ path = "test/main.rs"
[dependencies]
futures = { version = "0.3.28", features = ["async-await", "compat"] }
futures_ext = { version = "0.1.0", path = "../futures_ext" }
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ sql_common = { version = "0.1.0", path = "common" }
fbinit = { version = "0.1.2", path = "../fbinit" }
fbinit-tokio = { version = "0.1.2", path = "../fbinit/fbinit-tokio" }
sql_tests_lib = { version = "0.1.0", path = "tests_lib" }
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ stats_traits = { version = "0.1.0", path = "traits" }
tokio_shim = { version = "0.1.0", path = "../tokio_shim" }

[dev-dependencies]
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion shed/tokio-uds-compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"

[dependencies]
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
futures = { version = "0.3.28", features = ["async-await", "compat"] }
Expand Down
2 changes: 1 addition & 1 deletion shed/tokio_shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
futures = { version = "0.3.28", features = ["async-await", "compat"] }
pin-project = "0.4.30"
thiserror = "1.0.43"
tokio_1x = { package = "tokio", version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio_1x = { package = "tokio", version = "1.29.1", features = ["full", "test-util", "tracing"] }
tokio_1x_stream = { package = "tokio-stream", version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

[dev-dependencies]
Expand Down

0 comments on commit ae932f6

Please sign in to comment.