Skip to content

Commit

Permalink
Bump rustls from 0.22.2 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.2 to 0.23.0.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.22.2...v/0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 0a4d1c5 commit 1bde276
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 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 @@ -25,7 +25,7 @@ pkcs8 = { version = "0.10.2", features = ["pem", "pkcs5"] }
pki-types = { package = "rustls-pki-types", version = "1.0.1", default-features = false }
rand_core = "0.6.4"
rsa = { version = "0.9.2", features = ["sha2"] }
rustls = { version = "0.22.1", default-features = false }
rustls = { version = "0.23.0", default-features = false }
sec1 = { version = "0.7.3", features = ["pkcs8", "pem"] }
sha2 = "0.10.7"
signature = "2.1.0"
Expand Down

0 comments on commit 1bde276

Please sign in to comment.