Skip to content

Commit

Permalink
Bump thiserror from 2.0.11 to 2.0.12 (#10314)
Browse files Browse the repository at this point in the history
* Bump thiserror from 2.0.11 to 2.0.12

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

---
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 Mar 3, 2025
1 parent 41ba82e commit c6677e0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 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 @@ -2446,14 +2446,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/thiserror/thiserror-2.0.11.crate",
"sha256": "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc",
"dest": "cargo/vendor/thiserror-2.0.11"
"url": "https://static.crates.io/crates/thiserror/thiserror-2.0.12.crate",
"sha256": "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708",
"dest": "cargo/vendor/thiserror-2.0.12"
},
{
"type": "inline",
"contents": "{\"package\": \"d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-2.0.11",
"contents": "{\"package\": \"567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-2.0.12",
"dest-filename": ".cargo-checksum.json"
},
{
Expand All @@ -2472,14 +2472,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-2.0.11.crate",
"sha256": "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2",
"dest": "cargo/vendor/thiserror-impl-2.0.11"
"url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-2.0.12.crate",
"sha256": "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d",
"dest": "cargo/vendor/thiserror-impl-2.0.12"
},
{
"type": "inline",
"contents": "{\"package\": \"26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-impl-2.0.11",
"contents": "{\"package\": \"7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-impl-2.0.12",
"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.7.0", features=["datetime"] }
oid-registry = "0.8"
data-encoding = "2.8.0"
ffi-support = "0.4.4"
thiserror = "2.0.11"
thiserror = "2.0.12"
hex = "0.4"
ring = "0.17.11"
x509-parser = { version = "0.17.0", features = ["verify", "validate"] }
Expand Down

0 comments on commit c6677e0

Please sign in to comment.