Skip to content

Commit

Permalink
Update rustls requirement from =0.22.0-alpha.6 to =0.22.0
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](https://github.com/rustls/rustls/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent b1177cc commit 1047fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ hyper = { version = "0.14", default-features = false, features = ["client"] }
log = { version = "0.4.4", optional = true }
pki-types = { package = "rustls-pki-types", version = "0.2" }
rustls-native-certs = { version = "=0.7.0-alpha.3", optional = true }
rustls = { version = "=0.22.0-alpha.6", default-features = false }
rustls = { version = "=0.22.0", default-features = false }
tokio = "1.0"
tokio-rustls = { version = "=0.25.0-alpha.4", default-features = false }
webpki-roots = { version = "=0.26.0-alpha.2", optional = true }
futures-util = { version = "0.3", default-features = false }

[dev-dependencies]
hyper = { version = "0.14", features = ["full"] }
rustls = { version = "=0.22.0-alpha.6", default-features = false, features = ["tls12"] }
rustls = { version = "=0.22.0", default-features = false, features = ["tls12"] }
rustls-pemfile = "=2.0.0-alpha.2"
tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thread"] }

Expand Down

0 comments on commit 1047fdd

Please sign in to comment.