Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent 402aada commit d85f83f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 api/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ hyper-tls = "0.5"
hyper-timeout = "0.4"
rustls-pemfile = "1.0.3"

rustls = "0.21.7"
rustls = "0.21.11"

bytes = "0.5"

Expand Down
2 changes: 1 addition & 1 deletion servers/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
hyper = { version = "0.14.27", features = ["full"]}
hyper-rustls = "0.24.1"
rustls = "0.21.7"
rustls = "0.21.11"
rustls-pemfile = "1.0.3"
webpki-roots = "0.25.1"

Expand Down

0 comments on commit d85f83f

Please sign in to comment.