Skip to content

Commit

Permalink
Update ring to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Oct 15, 2024
1 parent 2d108ff commit 3a89d24
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 @@ -31,7 +31,7 @@ log = { version = "0.4.20", default-features = false }

anyhow = { version = "1", optional = true }

ring = { version = "0.16.20", default-features = false, features = [
ring = { version = "0.17.8", default-features = false, features = [
"alloc",
] }
reqwest = { version = "0.11.27", optional = true, default-features = false, features = [
Expand All @@ -47,7 +47,7 @@ tracing = { version = "0.1", optional = true }
futures = { version = "0.3", optional = true }

[dependencies.webpki]
version = "0.102.7"
version = "0.102.8"
package = "rustls-webpki"
default-features = false
features = ["alloc", "ring"]
Expand Down

0 comments on commit 3a89d24

Please sign in to comment.