diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-10 03:27:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 03:27:25 +0300 |
commit | a0d53122a45e7af0eccac9c4575d4a5141c197a2 (patch) | |
tree | 77c57e5b8d67a5a374c8ddce0e24c532b3af1629 | |
parent | 4f29af53b6c32eb90de3139f2420d056ff544c2c (diff) | |
download | fparkan-a0d53122a45e7af0eccac9c4575d4a5141c197a2.tar.xz fparkan-a0d53122a45e7af0eccac9c4575d4a5141c197a2.zip |
Bump thiserror from 2.0.11 to 2.0.12dependabot/cargo/thiserror-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](https://github.com/dtolnay/thiserror/compare/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] <support@github.com>
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -643,7 +643,7 @@ dependencies = [ "byteorder", "log", "miette", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -1321,11 +1321,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -1341,9 +1341,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", |