Skip to content

Commit

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

---
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 Dec 11, 2023
1 parent 39f240a commit e3b2f61
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
47 changes: 42 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ xmlparser = "0.13.5"
itertools = "0.12.0"
futures = "0.3.28"
bitreader = "0.3.7"
rustls = "0.21.6"
rustls = "0.22.1"
rustls-pemfile = "1.0.3"
tls-listener = { version = "0.8.0", features = ["hyper-h2", "rustls"] }
tokio-rustls = "0.24.1"
Expand Down

0 comments on commit e3b2f61

Please sign in to comment.