Skip to content

Commit 1047fdd

Browse files
Update rustls requirement from =0.22.0-alpha.6 to =0.22.0
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]>
1 parent b1177cc commit 1047fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ hyper = { version = "0.14", default-features = false, features = ["client"] }
1616
log = { version = "0.4.4", optional = true }
1717
pki-types = { package = "rustls-pki-types", version = "0.2" }
1818
rustls-native-certs = { version = "=0.7.0-alpha.3", optional = true }
19-
rustls = { version = "=0.22.0-alpha.6", default-features = false }
19+
rustls = { version = "=0.22.0", default-features = false }
2020
tokio = "1.0"
2121
tokio-rustls = { version = "=0.25.0-alpha.4", default-features = false }
2222
webpki-roots = { version = "=0.26.0-alpha.2", optional = true }
2323
futures-util = { version = "0.3", default-features = false }
2424

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

0 commit comments

Comments
 (0)