aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",