Skip to content

Commit 908bc7c

Browse files
build(deps): bump thiserror from 1.0.62 to 1.0.63 (#360)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.62 to 1.0.63. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.63) --- 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 34dba56 commit 908bc7c

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 = "1.0.62"
573+
version = "1.0.63"
574574
source = "registry+https://github.com/rust-lang/crates.io-index"
575-
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
575+
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
576576
dependencies = [
577577
"thiserror-impl",
578578
]
579579

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

0 commit comments

Comments
 (0)