Skip to content

Commit b9e61f6

Browse files
build(deps): bump thiserror from 1.0.28 to 1.0.29 (#1244)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.28...1.0.29) --- 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 0f3328a commit b9e61f6

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
@@ -2106,18 +2106,18 @@ dependencies = [
21062106

21072107
[[package]]
21082108
name = "thiserror"
2109-
version = "1.0.28"
2109+
version = "1.0.29"
21102110
source = "registry+https://github.com/rust-lang/crates.io-index"
2111-
checksum = "283d5230e63df9608ac7d9691adc1dfb6e701225436eb64d0b9a7f0a5a04f6ec"
2111+
checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
21122112
dependencies = [
21132113
"thiserror-impl",
21142114
]
21152115

21162116
[[package]]
21172117
name = "thiserror-impl"
2118-
version = "1.0.28"
2118+
version = "1.0.29"
21192119
source = "registry+https://github.com/rust-lang/crates.io-index"
2120-
checksum = "fa3884228611f5cd3608e2d409bf7dce832e4eb3135e3f11addbd7e41bd68e71"
2120+
checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
21212121
dependencies = [
21222122
"proc-macro2",
21232123
"quote",

0 commit comments

Comments
 (0)