Skip to content

Commit 30d56c1

Browse files
Li Shenfacebook-github-bot
authored andcommitted
Upgrade Rust tokio
Summary: upgrade tokio for SNYK-RUST-TOKIO-9804284 Reviewed By: JakobDegen Differential Revision: D74346265 fbshipit-source-id: 3009695021177772e71783320946bdee116cb452
1 parent d61a395 commit 30d56c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrefly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static_assertions = "1.1.0"
6161
static_interner = "0.1.1"
6262
tar = "0.4.44"
6363
thiserror = "2"
64-
tokio = { version = "1.41.0", features = ["macros", "rt"] }
64+
tokio = { version = "1.44.2", features = ["macros", "rt"] }
6565
toml = "0.8.19"
6666
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
6767
tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }

0 commit comments

Comments
 (0)