Skip to content

Commit

Permalink
Bump tokio-rustls from 0.25.0 to 0.26.0 (#300)
Browse files Browse the repository at this point in the history
Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](rustls/tokio-rustls@v/0.25.0...v/0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 775d662 commit ff00dad
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
35 changes: 30 additions & 5 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 @@ -66,7 +66,7 @@ rustls = { version = "0.22.2", default-features = false, features = [
"ring",
] }
webpki-roots = "0.26.1"
tokio-rustls = { version = "0.25.0", features = [
tokio-rustls = { version = "0.26.0", features = [
"tls12",
"ring",
], default-features = false }
Expand Down

0 comments on commit ff00dad

Please sign in to comment.