Skip to content

Commit 14f92b1

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

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.16"
664+
version = "2.0.17"
665665
source = "registry+https://github.com/rust-lang/crates.io-index"
666-
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
666+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
667667
dependencies = [
668668
"thiserror-impl",
669669
]
670670

671671
[[package]]
672672
name = "thiserror-impl"
673-
version = "2.0.16"
673+
version = "2.0.17"
674674
source = "registry+https://github.com/rust-lang/crates.io-index"
675-
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
675+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
676676
dependencies = [
677677
"proc-macro2",
678678
"quote",

0 commit comments

Comments
 (0)