Skip to content

Commit

Permalink
Bump ring from 0.17.11 to 0.17.13 (#10324)
Browse files Browse the repository at this point in the history
* Bump ring from 0.17.11 to 0.17.13

Bumps [ring](https://github.com/briansmith/ring) from 0.17.11 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [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]>

* [dependabot skip] Update linux/flatpak/flatpak-vpn-crates.json

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Mar 10, 2025
1 parent 3cce81c commit 3469b95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.

10 changes: 5 additions & 5 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1939,14 +1939,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ring/ring-0.17.11.crate",
"sha256": "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73",
"dest": "cargo/vendor/ring-0.17.11"
"url": "https://static.crates.io/crates/ring/ring-0.17.13.crate",
"sha256": "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee",
"dest": "cargo/vendor/ring-0.17.13"
},
{
"type": "inline",
"contents": "{\"package\": \"da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73\", \"files\": {}}",
"dest": "cargo/vendor/ring-0.17.11",
"contents": "{\"package\": \"70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee\", \"files\": {}}",
"dest": "cargo/vendor/ring-0.17.13",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down
2 changes: 1 addition & 1 deletion signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data-encoding = "2.8.0"
ffi-support = "0.4.4"
thiserror = "2.0.12"
hex = "0.4"
ring = "0.17.11"
ring = "0.17.13"
x509-parser = { version = "0.17.0", features = ["verify", "validate"] }

[lib]
Expand Down

0 comments on commit 3469b95

Please sign in to comment.