Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent cb4df95 commit aed229b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -33,7 +33,7 @@ toml = "0.8.2"
futures = "0.3.28"
amqprs = {version = "1.5.0", features = ["urispec", "tls"] }
axum = "0.6.20"
rustls = "0.21.7"
rustls = "0.21.10"
axum-server = { version = "0.5.1" , features = ["tls-rustls"]}
tower-http = { version = "0.4.4", features = ["catch-panic", "trace"] }
tracing = "0.1.40"
Expand Down

0 comments on commit aed229b

Please sign in to comment.