Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 7bb825e commit cf7ef7e
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 @@ -28,7 +28,7 @@ anyhow = "1.0.91"
ctrlc = "3.4.5"
serde_yaml = "0.9.34"
serde = { version = "1.0.214", features = ["derive"] }
rustls = { version = "0.23.16", default-features = false, features = ["std", "logging", "std", "tls12"] }
rustls = { version = "0.23.17", default-features = false, features = ["std", "logging", "std", "tls12"] }
rustls-pemfile = "2.2.0"
indicatif = "0.17.8"

Expand Down

0 comments on commit cf7ef7e

Please sign in to comment.