Skip to content

Commit

Permalink
Bump thiserror from 2.0.6 to 2.0.7 (#10129)
Browse files Browse the repository at this point in the history
* Bump thiserror from 2.0.6 to 2.0.7

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: thiserror
  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 Dec 16, 2024
1 parent d0f8e12 commit 2f96d4e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions linux/flatpak/flatpak-vpn-crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2394,14 +2394,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/thiserror/thiserror-2.0.6.crate",
"sha256": "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47",
"dest": "cargo/vendor/thiserror-2.0.6"
"url": "https://static.crates.io/crates/thiserror/thiserror-2.0.7.crate",
"sha256": "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767",
"dest": "cargo/vendor/thiserror-2.0.7"
},
{
"type": "inline",
"contents": "{\"package\": \"8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-2.0.6",
"contents": "{\"package\": \"93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-2.0.7",
"dest-filename": ".cargo-checksum.json"
},
{
Expand All @@ -2420,14 +2420,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-2.0.6.crate",
"sha256": "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312",
"dest": "cargo/vendor/thiserror-impl-2.0.6"
"url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-2.0.7.crate",
"sha256": "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36",
"dest": "cargo/vendor/thiserror-impl-2.0.7"
},
{
"type": "inline",
"contents": "{\"package\": \"d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-impl-2.0.6",
"contents": "{\"package\": \"e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-impl-2.0.7",
"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 @@ -8,7 +8,7 @@ asn1-rs = { version = "0.6.2", features=["datetime"] }
oid-registry = "0.7"
data-encoding = "2.6.0"
ffi-support = "0.4.4"
thiserror = "2.0.6"
thiserror = "2.0.7"
hex = "0.4"
ring = "0.17.8"
x509-parser = { version = "0.16.0", features = ["verify", "validate"] }
Expand Down

0 comments on commit 2f96d4e

Please sign in to comment.