Skip to content

Commit

Permalink
Update dependencies with lib.rs dash recommendations
Browse files Browse the repository at this point in the history
Only rustls must remain on 0.22 for now because tokio-rustls uses
its version of ClientConfig.
  • Loading branch information
inejge committed Mar 17, 2024
1 parent 7aab6ee commit cb31bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ tokio-native-tls = { version = "0.3.0", optional = true }
rustls = { version = "0.22.2", 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 }
x509-parser = { version = "0.16.0", optional = true }
ring = { version = "0.17.7", optional = true }
cross-krb5 = { version = "0.3.0", optional = true }
cross-krb5 = { version = "0.4.0", optional = true }
async-trait = "0.1.60"

[dependencies.lber]
Expand Down

0 comments on commit cb31bf2

Please sign in to comment.