Skip to content

Commit

Permalink
Merge branch 'update-rustls' of https://github.com/jannschu/ldap3 int…
Browse files Browse the repository at this point in the history
…o rtls-bump
  • Loading branch information
inejge committed Feb 14, 2024
2 parents 3e8d381 + 6e78f7c commit 3d0e091
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.17.7", optional = true }
cross-krb5 = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit 3d0e091

Please sign in to comment.