Skip to content

Commit

Permalink
Simpler version expression for rustls dep
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Nov 20, 2023
1 parent c1bc86a commit 07b8925
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 @@ -40,7 +40,7 @@ cookie_store = { version = "0.20", optional = true, default-features = false, fe
log = "0.4"
webpki = { package = "rustls-webpki", version = "0.101", optional = true }
webpki-roots = { version = "0.25", optional = true }
rustls = { version = ">=0.21.6, <0.22", optional = true }
rustls = { version = "0.21.6", optional = true }
rustls-native-certs = { version = "0.6", optional = true }
native-tls = { version = "0.2", optional = true }
flate2 = { version = "1.0.22", optional = true }
Expand Down

0 comments on commit 07b8925

Please sign in to comment.