Skip to content

Commit

Permalink
Update ring requirement from 0.16 to 0.17 (#1430)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 3, 2023
1 parent e189616 commit 669d80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/messaging_servicebus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log = "0.4"
url = "2.2"
hmac = "0.12"
sha2 = "0.10"
ring = "0.16"
ring = "0.17"
bytes = "1.0"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 669d80f

Please sign in to comment.