Skip to content

Commit 298dc25

Browse files
build(deps): bump thiserror from 2.0.14 to 2.0.15
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.14...2.0.15) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e02e49 commit 298dc25

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.14"
664+
version = "2.0.15"
665665
source = "registry+https://github.com/rust-lang/crates.io-index"
666-
checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
666+
checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850"
667667
dependencies = [
668668
"thiserror-impl",
669669
]
670670

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

0 commit comments

Comments
 (0)