Skip to content

Commit

Permalink
Update ring requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
Updates the requirements on [ring](https://github.com/briansmith/ring) to permit the latest version.
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 08106bf commit 9554761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-rs-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ untrusted = { version = "0.7" }
[dev-dependencies]
paste = "1.0.13"
criterion = { version = "0.5.0", features = ["csv_output"] }
ring = "0.16"
ring = "0.17"
openssl = { version = "0.10.52", features = ["vendored"] }

[[bench]]
Expand Down

0 comments on commit 9554761

Please sign in to comment.