Skip to content

Commit e8de4a7

Browse files
build(deps): bump thiserror from 1.0.61 to 1.0.62 (#12831)
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 cfc4724 commit e8de4a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2171,18 +2171,18 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
21712171

21722172
[[package]]
21732173
name = "thiserror"
2174-
version = "1.0.61"
2174+
version = "1.0.62"
21752175
source = "registry+https://github.com/rust-lang/crates.io-index"
2176-
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2176+
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
21772177
dependencies = [
21782178
"thiserror-impl",
21792179
]
21802180

21812181
[[package]]
21822182
name = "thiserror-impl"
2183-
version = "1.0.61"
2183+
version = "1.0.62"
21842184
source = "registry+https://github.com/rust-lang/crates.io-index"
2185-
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2185+
checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
21862186
dependencies = [
21872187
"proc-macro2",
21882188
"quote",

0 commit comments

Comments
 (0)