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 360f507..199714f 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.63" 521version = "1.0.64"
522source = "registry+https://github.com/rust-lang/crates.io-index" 522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 523checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
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.63" 530version = "1.0.64"
531source = "registry+https://github.com/rust-lang/crates.io-index" 531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 532checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
533dependencies = [ 533dependencies = [
534 "proc-macro2", 534 "proc-macro2",
535 "quote", 535 "quote",