Skip to content

Commit

Permalink
chore(deps): bump rustls from 0.21.2 to 0.21.3
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.2 to 0.21.3.
- [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/rustls/rustls/commits)

---
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 and mbrubeck committed Jul 6, 2023
1 parent 4555a2b commit 8f346d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.1" }
rustls = "0.21.2"
rustls = "0.21.3"
tokio-rustls = "0.24.1"
tokio = { version = "1.29", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.4.0"
Expand Down

0 comments on commit 8f346d7

Please sign in to comment.