Skip to content

Commit c79df3f

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump tokio 1.52.3 -> 1.52.4
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D112585596 fbshipit-source-id: 467ed8d69ad23b08a611d8c71ce349a7240e0040
1 parent 0e22962 commit c79df3f

22 files changed

Lines changed: 22 additions & 22 deletions

File tree

shed/async_once_cell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/facebookexperimental/rust-shed"
1010
license = "MIT OR Apache-2.0"
1111

1212
[dependencies]
13-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
13+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }
1414

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

shed/async_process_traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111

1212
[dependencies]
1313
async-trait = "0.1.86"
14-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
14+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }
1515

1616
[target.'cfg(target_os = "linux")'.dependencies]
1717
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }

shed/bounded_traversal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ maplit = "1.0"
2323
pretty_assertions = { version = "1.4.1", features = ["alloc"], default-features = false }
2424
quickcheck = "1.1"
2525
quickcheck_async = "0.1.1"
26-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
26+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }

shed/buffered_weighted/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ weight_observer = { version = "0.1.0", path = "../weight_observer" }
1919
futures = { version = "0.3.31", features = ["async-await", "compat"] }
2020
proptest = "1.11.0"
2121
proptest-derive = "0.5.1"
22-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
22+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }
2323
tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
2424

2525
[target.'cfg(target_os = "linux")'.dependencies]

shed/cached_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git"
1919
serde = { version = "1.0.219", features = ["derive", "rc"] }
2020
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
2121
slog = { package = "tracing_slog_compat", version = "0.1.0", path = "../tracing_slog_compat" }
22-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
22+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }
2323

2424
[dev-dependencies]
2525
serde_derive = "1.0.185"

shed/facet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ thiserror = "2.0.18"
5454
trait-set = "0.3.0"
5555

5656
[dev-dependencies]
57-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
57+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }
5858

5959
[features]
6060
default = ["impl_never_type"]

shed/fbinit/fbinit-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "lib.rs"
1414

1515
[dependencies]
1616
futures = { version = "0.3.31", features = ["async-await", "compat"] }
17-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
17+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }
1818

1919
[lints.rust]
2020
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(fbcode_build)"]}

shed/fbthrift_ext/framed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ tokio-util = { version = "0.7.18", features = ["full"] }
2020

2121
[dev-dependencies]
2222
futures = { version = "0.3.31", features = ["async-await", "compat"] }
23-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
23+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }

shed/fbthrift_ext/socket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git"
2020
fbthrift_framed = { version = "0.1.0", path = "../framed" }
2121
fbthrift_util = { version = "0.1.0", path = "../util" }
2222
futures = { version = "0.3.31", features = ["async-await", "compat"] }
23-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
23+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }
2424
tokio-tower = "0.6"
2525
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
@@ -20,7 +20,7 @@ fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git"
2020
fbthrift_framed = { version = "0.1.0", path = "../framed" }
2121
fbthrift_util = { version = "0.1.0", path = "../util" }
2222
futures = { version = "0.3.31", features = ["async-await", "compat"] }
23-
tokio = { version = "1.52.3", features = ["full", "test-util", "tracing"] }
23+
tokio = { version = "1.52.4", features = ["full", "test-util", "tracing"] }
2424
tokio-tower = "0.6"
2525
tokio-util = { version = "0.7.18", features = ["full"] }
2626
tower-service = "0.3.3"

0 commit comments

Comments
 (0)