Skip to content

Commit

Permalink
update native-tls to v0.2.7 (#1183)
Browse files Browse the repository at this point in the history
Update to v0.2.7 to prevent possible build error (#1181) caused by
incompatible native-tls version < v0.2.7

Co-authored-by: Bernd Kaiser <[email protected]>
  • Loading branch information
meldron and Bernd Kaiser authored Feb 19, 2021
1 parent 8689aa4 commit dabb878
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 @@ -105,7 +105,7 @@ ipnet = "2.3"

## default-tls
hyper-tls = { version = "0.5", optional = true }
native-tls-crate = { version = "0.2", optional = true, package = "native-tls" }
native-tls-crate = { version = "0.2.7", optional = true, package = "native-tls" }
tokio-native-tls = { version = "0.3.0", optional = true }

# rustls-tls
Expand Down

0 comments on commit dabb878

Please sign in to comment.