Skip to content

Commit

Permalink
Merge pull request #32 from Watfaq/dependabot/cargo/tokio-rustls-0.24.1
Browse files Browse the repository at this point in the history
Bump tokio-rustls from 0.23.4 to 0.24.1
  • Loading branch information
ibigbug authored Jul 31, 2023
2 parents a1a17f3 + 8efacbc commit 14e6da2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 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 clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default = ["shadowsocks"]
[dependencies]
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["net", "codec"] }
tokio-rustls = "0.23.4"
tokio-rustls = "0.24.1"
thiserror = "1.0"
async-trait = "0.1"
anyhow = "1.0"
Expand Down

0 comments on commit 14e6da2

Please sign in to comment.