Skip to content

Commit

Permalink
build(deps): Bump ring from 0.17.5 to 0.17.6 (#864)
Browse files Browse the repository at this point in the history
* build(deps): Bump ring from 0.17.5 to 0.17.6

Bumps [ring](https://github.com/briansmith/ring) from 0.17.5 to 0.17.6.
- [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]>

* Update ring exemption, prune supply-chain

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ameer Ghani <[email protected]>
  • Loading branch information
dependabot[bot] and inahga authored Dec 5, 2023
1 parent b8d0b77 commit 158e0be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 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.5", optional = true }
ring = { version = "0.17.6", optional = true }

[dev-dependencies]
assert_matches = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ criteria = "safe-to-deploy"
notes = "This is only used when the \"test-util\" feature is enabled."

[[exemptions.ring]]
version = "0.17.5"
version = "0.17.6"
criteria = "safe-to-deploy"

[[exemptions.spin]]
Expand Down
5 changes: 0 additions & 5 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,6 @@ who = "David Cook <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.4 -> 0.2.5"

[[audits.divviup.audits.itertools]]
who = "David Cook <[email protected]>"
criteria = "safe-to-run"
delta = "0.10.5 -> 0.11.0"

[[audits.divviup.audits.num-bigint]]
who = "David Cook <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 158e0be

Please sign in to comment.