Skip to content

Commit e203d9f

Browse files
build(deps): bump thiserror from 1.0.59 to 1.0.60 (#338)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.60) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75edccb commit e203d9f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

0 commit comments

Comments
 (0)