Skip to content

Commit

Permalink
chore(deps): bump rustls from 0.21.7 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.22.0.
- [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.22.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 Dec 4, 2023
1 parent 9ced956 commit e60b1e6
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 24 deletions.
126 changes: 103 additions & 23 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 @@ -22,7 +22,7 @@ mime_guess = "2.0"
once_cell = "1.18"
percent-encoding = "2.3"
rcgen = { version = "0.11.3" }
rustls = "0.21.7"
rustls = "0.22.0"
tokio-rustls = "0.24.1"
tokio = { version = "1.34", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.5.0"
Expand Down

0 comments on commit e60b1e6

Please sign in to comment.