aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-30 19:31:38 +0000
committerGitHub <[email protected]>2021-10-30 19:31:38 +0000
commitb121ff4852d4d6a9d8e38d20ee0c3e83f9ec34d5 (patch)
tree30fe330e0c5a38c615b0b31da9b53bcb94524410
parent2c732a7cd1d8ca1c83b5f3be68788a8d651231e4 (diff)
Bump thiserror from 1.0.26 to 1.0.30
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.26 to 1.0.30. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.26...1.0.30) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b01d611..4391b1a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -523,18 +523,18 @@ dependencies = [
523 523
524[[package]] 524[[package]]
525name = "thiserror" 525name = "thiserror"
526version = "1.0.26" 526version = "1.0.30"
527source = "registry+https://github.com/rust-lang/crates.io-index" 527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" 528checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
529dependencies = [ 529dependencies = [
530 "thiserror-impl", 530 "thiserror-impl",
531] 531]
532 532
533[[package]] 533[[package]]
534name = "thiserror-impl" 534name = "thiserror-impl"
535version = "1.0.26" 535version = "1.0.30"
536source = "registry+https://github.com/rust-lang/crates.io-index" 536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" 537checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
538dependencies = [ 538dependencies = [
539 "proc-macro2", 539 "proc-macro2",
540 "quote", 540 "quote",