Skip to content

Commit

Permalink
Bump tokio-rustls from 0.24.1 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.24.1 to 0.25.0.
- [Commits](https://github.com/rustls/tokio-rustls/commits)

---
updated-dependencies:
- dependency-name: tokio-rustls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent e27f5af commit 336bc03
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 7 deletions.
66 changes: 60 additions & 6 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 @@ -18,7 +18,7 @@ url-fork = { version = "3.0", default-features = false, features = ["std"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1", features = ["net", "time"] }
tokio-rustls = "0.24"
tokio-rustls = "0.25"
tokio-socks = "0.5"
tokio-tungstenite = { version = "0.20", features = ["rustls-tls-webpki-roots"] }
webpki-roots = "0.25"
Expand Down

0 comments on commit 336bc03

Please sign in to comment.