Skip to content

Commit 0ca7a04

Browse files
build(deps): update rustls requirement from 0.16 to 0.17
Updates the requirements on [rustls](https://github.com/ctz/rustls) to permit the latest version. - [Release notes](https://github.com/ctz/rustls/releases) - [Changelog](https://github.com/ctz/rustls/blob/master/OLDCHANGES.md) - [Commits](rustls/rustls@v/0.16.0...v/0.17.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f51987a commit 0ca7a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4.4"
1515
ct-logs = { version = "^0.6", optional = true }
1616
futures-util = "0.3.1"
1717
hyper = { version = "0.13.0", default-features = false }
18-
rustls = "0.16"
18+
rustls = "0.17"
1919
rustls-native-certs = { version = "0.2.1", optional = true }
2020
tokio = "0.2.4"
2121
tokio-rustls = "0.12.1"

0 commit comments

Comments
 (0)