Skip to content

Commit 32434cb

Browse files
build(deps): bump thiserror from 2.0.11 to 2.0.12 (#447)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) --- 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 b25931e commit 32434cb

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.11"
589+
version = "2.0.12"
590590
source = "registry+https://github.com/rust-lang/crates.io-index"
591-
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
591+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
592592
dependencies = [
593593
"thiserror-impl",
594594
]
595595

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

0 commit comments

Comments
 (0)