Skip to content

Commit 30b39f0

Browse files
authored
update tokio (microsoft#173785)
1 parent bfcc4ce commit 30b39f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = "0.3"
1616
clap = { version = "3.0", features = ["derive", "env"] }
1717
open = { version = "2.1.0" }
1818
reqwest = { version = "0.11.9", default-features = false, features = ["json", "stream", "native-tls-vendored"] }
19-
tokio = { version = "1.23", features = ["full"] }
19+
tokio = { version = "1.24.2", features = ["full"] }
2020
tokio-util = { version = "0.7", features = ["compat"] }
2121
flate2 = { version = "1.0.22" }
2222
zip = { version = "0.5.13", default-features = false, features = ["time", "deflate"] }

0 commit comments

Comments
 (0)