Skip to content

Commit

Permalink
chore(deps): 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 19, 2024
1 parent 1b1e19e commit 287444d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = { version = "4.5.4", features = ["derive"] }
quinn = "0.10.2"
tokio = { version = "1.37.0", features = ["full"] }
url = "2.5.0"
rustls = { version = "0.21.10", features = ["quic","dangerous_configuration"] }
rustls = { version = "0.21.11", features = ["quic","dangerous_configuration"] }
rustls-pemfile = "2.1.2"
rcgen = "0.12.1"
log = { version = "0.4.21", features = ["std", "serde"] }
Expand Down

0 comments on commit 287444d

Please sign in to comment.