aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 250592c..da98040 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -538,18 +538,18 @@ dependencies = [
538 538
539[[package]] 539[[package]]
540name = "thiserror" 540name = "thiserror"
541version = "1.0.26" 541version = "1.0.30"
542source = "registry+https://github.com/rust-lang/crates.io-index" 542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" 543checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
544dependencies = [ 544dependencies = [
545 "thiserror-impl", 545 "thiserror-impl",
546] 546]
547 547
548[[package]] 548[[package]]
549name = "thiserror-impl" 549name = "thiserror-impl"
550version = "1.0.26" 550version = "1.0.30"
551source = "registry+https://github.com/rust-lang/crates.io-index" 551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" 552checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
553dependencies = [ 553dependencies = [
554 "proc-macro2", 554 "proc-macro2",
555 "quote", 555 "quote",