Skip to content

Commit

Permalink
build(deps): update ring requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 42ee277 commit 889d837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zeroize = { version = "1", default-features = false, features = ["derive"] }
aws-lc-rs = { version = "1.6" }

[target.'cfg(target_os = "windows")'.dependencies]
ring = { version = "0.16", default-features = false }
ring = { version = "0.17", default-features = false }

[dev-dependencies]
hex-literal = "0.4"
Expand Down

0 comments on commit 889d837

Please sign in to comment.