Skip to content

Commit

Permalink
build(deps): bump rustls from 0.23.20 to 0.23.21 (#5831)
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.20 to 0.23.21.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.20...v/0.23.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 4dee0c5 commit 69a7a83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -84,7 +84,7 @@ tower = { version = "0.5.2", features = ["util"] }
tower-layer = "0.3.3"
reqwest = { workspace = true }
# rustls minor version must be synced with actix-web
rustls = { version = "0.23.20", default-features = false, features = ["logging", "std", "tls12", "ring"] }
rustls = { version = "0.23.21", default-features = false, features = ["logging", "std", "tls12", "ring"] }
rustls-pki-types = "1.10.1"
rustls-pemfile = "2.2.0"
prometheus = { version = "0.13.4", default-features = false }
Expand Down

0 comments on commit 69a7a83

Please sign in to comment.