Skip to content

Commit

Permalink
Bump thiserror from 1.0.64 to 1.0.65 (#9990)
Browse files Browse the repository at this point in the history
* Bump thiserror from 1.0.64 to 1.0.65

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 Oct 30, 2024
1 parent c55901c commit 4d5549e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 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,27 +2394,27 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/thiserror/thiserror-1.0.64.crate",
"sha256": "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84",
"dest": "cargo/vendor/thiserror-1.0.64"
"url": "https://static.crates.io/crates/thiserror/thiserror-1.0.65.crate",
"sha256": "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5",
"dest": "cargo/vendor/thiserror-1.0.65"
},
{
"type": "inline",
"contents": "{\"package\": \"d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-1.0.64",
"contents": "{\"package\": \"5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-1.0.65",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-1.0.64.crate",
"sha256": "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3",
"dest": "cargo/vendor/thiserror-impl-1.0.64"
"url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-1.0.65.crate",
"sha256": "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602",
"dest": "cargo/vendor/thiserror-impl-1.0.65"
},
{
"type": "inline",
"contents": "{\"package\": \"08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-impl-1.0.64",
"contents": "{\"package\": \"ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602\", \"files\": {}}",
"dest": "cargo/vendor/thiserror-impl-1.0.65",
"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 = "1.0.64"
thiserror = "1.0.65"
hex = "0.4"
ring = "0.17.8"
x509-parser = { version = "0.16.0", features = ["verify", "validate"] }
Expand Down

0 comments on commit 4d5549e

Please sign in to comment.