Skip to content

Commit dc58a3b

Browse files
authored
Merge pull request #105 from ctz/dependabot/cargo/rustls-0.17
build(deps): update rustls requirement from 0.16 to 0.17
2 parents 7622c8b + 0ca7a04 commit dc58a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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.13.0"

0 commit comments

Comments
 (0)