Skip to content

Commit

Permalink
Update tokio-rustls requirement from =0.25.0-alpha.4 to =0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version.
- [Commits](https://github.com/rustls/tokio-rustls/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent b1177cc commit ee09009
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 @@ -18,7 +18,7 @@ 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 }
tokio = "1.0"
tokio-rustls = { version = "=0.25.0-alpha.4", default-features = false }
tokio-rustls = { version = "=0.25.0", default-features = false }
webpki-roots = { version = "=0.26.0-alpha.2", optional = true }
futures-util = { version = "0.3", default-features = false }

Expand Down

0 comments on commit ee09009

Please sign in to comment.