Skip to content

Commit f7598b4

Browse files
build(deps): bump thiserror from 1.0.31 to 1.0.32 (#1871)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.32. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.31...1.0.32) --- 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 da9c3f8 commit f7598b4

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
@@ -2335,18 +2335,18 @@ dependencies = [
23352335

23362336
[[package]]
23372337
name = "thiserror"
2338-
version = "1.0.31"
2338+
version = "1.0.32"
23392339
source = "registry+https://github.com/rust-lang/crates.io-index"
2340-
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2340+
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
23412341
dependencies = [
23422342
"thiserror-impl",
23432343
]
23442344

23452345
[[package]]
23462346
name = "thiserror-impl"
2347-
version = "1.0.31"
2347+
version = "1.0.32"
23482348
source = "registry+https://github.com/rust-lang/crates.io-index"
2349-
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2349+
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
23502350
dependencies = [
23512351
"proc-macro2",
23522352
"quote",

0 commit comments

Comments
 (0)