Skip to content

Commit

Permalink
Bump ring from 0.17.8 to 0.17.9 (#10278)
Browse files Browse the repository at this point in the history
* Bump ring from 0.17.8 to 0.17.9

Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.9.
- [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 Feb 21, 2025
1 parent a4b0d3c commit af7ca11
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 36 deletions.
23 changes: 11 additions & 12 deletions Cargo.lock

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

46 changes: 23 additions & 23 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,14 +431,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cc/cc-1.0.83.crate",
"sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0",
"dest": "cargo/vendor/cc-1.0.83"
"url": "https://static.crates.io/crates/cc/cc-1.2.14.crate",
"sha256": "0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9",
"dest": "cargo/vendor/cc-1.2.14"
},
{
"type": "inline",
"contents": "{\"package\": \"f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0\", \"files\": {}}",
"dest": "cargo/vendor/cc-1.0.83",
"contents": "{\"package\": \"0c3d1b2e905a3a7b00a6141adb0e4c0bb941d11caf55349d863942a1cc44e3c9\", \"files\": {}}",
"dest": "cargo/vendor/cc-1.2.14",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down Expand Up @@ -1939,14 +1939,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ring/ring-0.17.8.crate",
"sha256": "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d",
"dest": "cargo/vendor/ring-0.17.8"
"url": "https://static.crates.io/crates/ring/ring-0.17.9.crate",
"sha256": "e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24",
"dest": "cargo/vendor/ring-0.17.9"
},
{
"type": "inline",
"contents": "{\"package\": \"c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d\", \"files\": {}}",
"dest": "cargo/vendor/ring-0.17.8",
"contents": "{\"package\": \"e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24\", \"files\": {}}",
"dest": "cargo/vendor/ring-0.17.9",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down Expand Up @@ -2196,6 +2196,19 @@
"dest": "cargo/vendor/serde_urlencoded-0.7.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/shlex/shlex-1.3.0.crate",
"sha256": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64",
"dest": "cargo/vendor/shlex-1.3.0"
},
{
"type": "inline",
"contents": "{\"package\": \"0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64\", \"files\": {}}",
"dest": "cargo/vendor/shlex-1.3.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
Expand Down Expand Up @@ -2274,19 +2287,6 @@
"dest": "cargo/vendor/socket2-0.5.7",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/spin/spin-0.9.8.crate",
"sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67",
"dest": "cargo/vendor/spin-0.9.8"
},
{
"type": "inline",
"contents": "{\"package\": \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\", \"files\": {}}",
"dest": "cargo/vendor/spin-0.9.8",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
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.11"
hex = "0.4"
ring = "0.17.8"
ring = "0.17.9"
x509-parser = { version = "0.17.0", features = ["verify", "validate"] }

[lib]
Expand Down

0 comments on commit af7ca11

Please sign in to comment.