Skip to content

Commit 79661ae

Browse files
build(deps): bump thiserror from 2.0.9 to 2.0.11 (#432)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) --- 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 981369a commit 79661ae

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
@@ -586,18 +586,18 @@ dependencies = [
586586

587587
[[package]]
588588
name = "thiserror"
589-
version = "2.0.9"
589+
version = "2.0.11"
590590
source = "registry+https://github.com/rust-lang/crates.io-index"
591-
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
591+
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
592592
dependencies = [
593593
"thiserror-impl",
594594
]
595595

596596
[[package]]
597597
name = "thiserror-impl"
598-
version = "2.0.9"
598+
version = "2.0.11"
599599
source = "registry+https://github.com/rust-lang/crates.io-index"
600-
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
600+
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
601601
dependencies = [
602602
"proc-macro2",
603603
"quote",

0 commit comments

Comments
 (0)