Skip to content

Commit 1a8267f

Browse files
build(deps): bump thiserror from 2.0.8 to 2.0.9 (#425)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.8...2.0.9) --- updated-dependencies: - dependency-name: thiserror 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 0fe3f98 commit 1a8267f

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
@@ -570,18 +570,18 @@ dependencies = [
570570

571571
[[package]]
572572
name = "thiserror"
573-
version = "2.0.8"
573+
version = "2.0.9"
574574
source = "registry+https://github.com/rust-lang/crates.io-index"
575-
checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a"
575+
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
576576
dependencies = [
577577
"thiserror-impl",
578578
]
579579

580580
[[package]]
581581
name = "thiserror-impl"
582-
version = "2.0.8"
582+
version = "2.0.9"
583583
source = "registry+https://github.com/rust-lang/crates.io-index"
584-
checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943"
584+
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
585585
dependencies = [
586586
"proc-macro2",
587587
"quote",

0 commit comments

Comments
 (0)