Skip to content

Commit c55c053

Browse files
build(deps): bump thiserror from 1.0.61 to 1.0.62 (#3067)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.62) --- 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 3232b44 commit c55c053

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
@@ -3202,18 +3202,18 @@ dependencies = [
32023202

32033203
[[package]]
32043204
name = "thiserror"
3205-
version = "1.0.61"
3205+
version = "1.0.62"
32063206
source = "registry+https://github.com/rust-lang/crates.io-index"
3207-
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
3207+
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
32083208
dependencies = [
32093209
"thiserror-impl",
32103210
]
32113211

32123212
[[package]]
32133213
name = "thiserror-impl"
3214-
version = "1.0.61"
3214+
version = "1.0.62"
32153215
source = "registry+https://github.com/rust-lang/crates.io-index"
3216-
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
3216+
checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
32173217
dependencies = [
32183218
"proc-macro2",
32193219
"quote",

0 commit comments

Comments
 (0)