Skip to content

Commit f203a87

Browse files
cfsmp3facebook-github-bot
authored andcommitted
Update tokio 1.45.0 -> 1.46.1
Summary: X-link: meta-pytorch/monarch#623 @public Update tokio 1.45.0 -> 1.46.1 Reviewed By: danielocfb Differential Revision: D78745547 fbshipit-source-id: 3eb072a70b93f5cdfcd7f5056f69ad6322111895
1 parent 19514f3 commit f203a87

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

reverie-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
5353
reverie-util = { version = "0.1.0", path = "../reverie-util" }
5454
serde = { version = "1.0.185", features = ["derive", "rc"] }
5555
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
56-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
56+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
5757
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

reverie-process/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "
1818
serde = { version = "1.0.185", features = ["derive", "rc"] }
1919
syscalls = { version = "0.6.18", features = ["serde"] }
2020
thiserror = "2.0.12"
21-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
21+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
2222

2323
[dev-dependencies]
2424
num_cpus = "1.16"

reverie-ptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ reverie = { version = "0.1.0", path = "../reverie" }
2929
safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] }
3030
serde = { version = "1.0.185", features = ["derive", "rc"] }
3131
thiserror = "2.0.12"
32-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
32+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
3333
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
3434
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
3535
tracing-subscriber = { version = "0.3.19", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }

safeptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ thiserror = "2.0.12"
2323
[dev-dependencies]
2424
quickcheck = "1.0"
2525
quickcheck_macros = "1.0"
26-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
26+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
2727

2828
[features]
2929
default = []

0 commit comments

Comments
 (0)