Skip to content

Commit

Permalink
Bump tokio from 1.20.1 to 1.21.2 (Qv2ray#101)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2022
1 parent 50a958e commit b1b7465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -47,7 +47,7 @@ sha-1 = "0.10.0"
sha2 = "0.10.1"
socket2 = {version = "0.4.7", features = ["all"]}
spin = "0.9.4"
tokio = {version = "1.20", features = ["net", "io-util", "macros", "sync"]}
tokio = {version = "1.21", features = ["net", "io-util", "macros", "sync"]}
tokio-boring = "2.1.4"
tokio-tungstenite = {version = "0.17", features = ["stream"], default-features = false}
tokio-util = {version = "0.7", features = ["codec", "net"]}
Expand Down

0 comments on commit b1b7465

Please sign in to comment.