Skip to content

Commit

Permalink
chore: upgrade tokio to 1.24.0 (denoland#17271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl authored Jan 6, 2023
1 parent 3e72241 commit f267008
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 16 deletions.
86 changes: 71 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ sha2 = "0.10.2"
smallvec = "1.8"
socket2 = "0.4.7"
tar = "=0.4.38"
tokio = { version = "=1.21.1", features = ["full"] }
tokio = { version = "=1.24.0", features = ["full"] }
tokio-rustls = "0.23.3"
tokio-tungstenite = "0.16.1"
tokio-util = "=0.7.4"
Expand Down

0 comments on commit f267008

Please sign in to comment.