Skip to content

Commit

Permalink
build(deps): Bump ring from 0.17.2 to 0.17.5
Browse files Browse the repository at this point in the history
Bumps [ring](https://github.com/briansmith/ring) from 0.17.2 to 0.17.5.
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent b6a6959 commit d7bb1b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rayon = { version = "1.8.0", optional = true }

# dependencies required if feature "prio2" is enabled
aes-gcm = { version = "^0.10", optional = true }
ring = { version = "0.17.2", optional = true }
ring = { version = "0.17.5", optional = true }

[dev-dependencies]
assert_matches = "1.5.0"
Expand Down

0 comments on commit d7bb1b3

Please sign in to comment.