Skip to content

Commit

Permalink
Bump ring to 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
33KK committed Nov 22, 2023
1 parent c9bac83 commit 1cfe6a0
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 1cfe6a0

Please sign in to comment.