Skip to content

Commit 9881195

Browse files
build(deps): bump thiserror from 1.0.57 to 1.0.59
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.59. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.59) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9514706 commit 9881195

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
@@ -570,18 +570,18 @@ dependencies = [
570570

571571
[[package]]
572572
name = "thiserror"
573-
version = "1.0.57"
573+
version = "1.0.59"
574574
source = "registry+https://github.com/rust-lang/crates.io-index"
575-
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
575+
checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
576576
dependencies = [
577577
"thiserror-impl",
578578
]
579579

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

0 commit comments

Comments
 (0)