Skip to content

Commit

Permalink
Update rustls version
Browse files Browse the repository at this point in the history
  • Loading branch information
jannschu committed Jan 19, 2024
1 parent c9bac83 commit 6e78f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ lazy_static = "1.4.0"
thiserror = "1.0.38"
native-tls = { version = "0.2.11", optional = true }
tokio-native-tls = { version = "0.3.0", optional = true }
rustls = { version = "0.21.0", optional = true }
tokio-rustls = { version = "0.24.0", optional = true, features = ["dangerous_configuration"] }
rustls-native-certs = { version = "0.6.2", optional = true }
rustls = { version = "0.22.0", optional = true }
tokio-rustls = { version = "0.25.0", optional = true }
rustls-native-certs = { version = "0.7.0", optional = true }
x509-parser = { version = "0.15.0", optional = true }
ring = { version = "0.16.20", optional = true }
cross-krb5 = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit 6e78f7c

Please sign in to comment.