Skip to content

Commit

Permalink
chore: upgrade tokio to 1.24.2 (#17467)
Browse files Browse the repository at this point in the history
Tokio 1.24.2 fixed an unsoundness issue
tokio-rs/tokio#5375
  • Loading branch information
jasl authored Jan 19, 2023
1 parent 023f028 commit c230a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 = { version = "0.10.6", features = ["oid"] }
smallvec = "1.8"
socket2 = "0.4.7"
tar = "=0.4.38"
tokio = { version = "=1.24.0", features = ["full"] }
tokio = { version = "=1.24.2", features = ["full"] }
tokio-rustls = "0.23.3"
tokio-tungstenite = "0.16.1"
tokio-util = "=0.7.4"
Expand Down

0 comments on commit c230a95

Please sign in to comment.