Skip to content

Commit

Permalink
Update rustls requirement from 0.21 to 0.23 (#9)
Browse files Browse the repository at this point in the history
Updates the requirements on [rustls](https://github.com/rustls/rustls) to permit the latest version.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.0...v/0.23.6)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexey Timin <atimin@gmail.com>
  • Loading branch information
dependabot[bot] and atimin authored May 17, 2024
1 parent 19af7fd commit 2e068ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "stream"] }
http = "1.0.0"
rustls = "0.21"
rustls = "0.23"
chrono = { version = "0.4.11", features = ["serde"] }
bytes = "1.4.0"
futures = "0.3.17"
Expand Down

0 comments on commit 2e068ec

Please sign in to comment.