Skip to content

Commit 5662ffd

Browse files
Bump thiserror from 2.0.7 to 2.0.11 (#10182)
* Bump thiserror from 2.0.7 to 2.0.11 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.7 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.7...2.0.11) --- 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>
1 parent 472ea43 commit 5662ffd

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

linux/flatpak/flatpak-vpn-crates.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,14 +2394,14 @@
23942394
{
23952395
"type": "archive",
23962396
"archive-type": "tar-gzip",
2397-
"url": "https://static.crates.io/crates/thiserror/thiserror-2.0.7.crate",
2398-
"sha256": "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767",
2399-
"dest": "cargo/vendor/thiserror-2.0.7"
2397+
"url": "https://static.crates.io/crates/thiserror/thiserror-2.0.11.crate",
2398+
"sha256": "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc",
2399+
"dest": "cargo/vendor/thiserror-2.0.11"
24002400
},
24012401
{
24022402
"type": "inline",
2403-
"contents": "{\"package\": \"93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767\", \"files\": {}}",
2404-
"dest": "cargo/vendor/thiserror-2.0.7",
2403+
"contents": "{\"package\": \"d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc\", \"files\": {}}",
2404+
"dest": "cargo/vendor/thiserror-2.0.11",
24052405
"dest-filename": ".cargo-checksum.json"
24062406
},
24072407
{
@@ -2420,14 +2420,14 @@
24202420
{
24212421
"type": "archive",
24222422
"archive-type": "tar-gzip",
2423-
"url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-2.0.7.crate",
2424-
"sha256": "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36",
2425-
"dest": "cargo/vendor/thiserror-impl-2.0.7"
2423+
"url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-2.0.11.crate",
2424+
"sha256": "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2",
2425+
"dest": "cargo/vendor/thiserror-impl-2.0.11"
24262426
},
24272427
{
24282428
"type": "inline",
2429-
"contents": "{\"package\": \"e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36\", \"files\": {}}",
2430-
"dest": "cargo/vendor/thiserror-impl-2.0.7",
2429+
"contents": "{\"package\": \"26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2\", \"files\": {}}",
2430+
"dest": "cargo/vendor/thiserror-impl-2.0.11",
24312431
"dest-filename": ".cargo-checksum.json"
24322432
},
24332433
{

signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asn1-rs = { version = "0.6.2", features=["datetime"] }
88
oid-registry = "0.7"
99
data-encoding = "2.6.0"
1010
ffi-support = "0.4.4"
11-
thiserror = "2.0.7"
11+
thiserror = "2.0.11"
1212
hex = "0.4"
1313
ring = "0.17.8"
1414
x509-parser = { version = "0.16.0", features = ["verify", "validate"] }

0 commit comments

Comments
 (0)