Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/33KK/ldap3 into ring-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
inejge committed Feb 14, 2024
2 parents a9a32b3 + 1cfe6a0 commit 8287ece
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 @@ -29,7 +29,7 @@ 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 }
x509-parser = { version = "0.15.0", optional = true }
ring = { version = "0.16.20", optional = true }
ring = { version = "0.17.5", optional = true }
cross-krb5 = { version = "0.3.0", optional = true }
async-trait = "0.1.60"

Expand Down

0 comments on commit 8287ece

Please sign in to comment.