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 4cd73ae..0c21e4e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -518,18 +518,18 @@ dependencies = [
518 518
519[[package]] 519[[package]]
520name = "thiserror" 520name = "thiserror"
521version = "1.0.59" 521version = "1.0.60"
522source = "registry+https://github.com/rust-lang/crates.io-index" 522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" 523checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
524dependencies = [ 524dependencies = [
525 "thiserror-impl", 525 "thiserror-impl",
526] 526]
527 527
528[[package]] 528[[package]]
529name = "thiserror-impl" 529name = "thiserror-impl"
530version = "1.0.59" 530version = "1.0.60"
531source = "registry+https://github.com/rust-lang/crates.io-index" 531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" 532checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
533dependencies = [ 533dependencies = [
534 "proc-macro2", 534 "proc-macro2",
535 "quote", 535 "quote",