Skip to content

Commit 78bf911

Browse files
build(deps): bump thiserror from 2.0.12 to 2.0.14 (#485)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.12 to 2.0.14. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.14) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5c5d72 commit 78bf911

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -661,18 +661,18 @@ dependencies = [
661661

662662
[[package]]
663663
name = "thiserror"
664-
version = "2.0.12"
664+
version = "2.0.14"
665665
source = "registry+https://github.com/rust-lang/crates.io-index"
666-
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
666+
checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
667667
dependencies = [
668668
"thiserror-impl",
669669
]
670670

671671
[[package]]
672672
name = "thiserror-impl"
673-
version = "2.0.12"
673+
version = "2.0.14"
674674
source = "registry+https://github.com/rust-lang/crates.io-index"
675-
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
675+
checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
676676
dependencies = [
677677
"proc-macro2",
678678
"quote",

0 commit comments

Comments
 (0)