aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-05-17 17:01:44 +0000
committerRenovate Bot <[email protected]>2024-05-17 17:01:44 +0000
commit1c947c71be64e3100e84cfaae7a142bd1a0d6775 (patch)
treeac220e7347554d5fa2707dc79f82c9d59f278024
parent57611da53953d8dc0f1eeae52c16616202149f80 (diff)
chore(deps): update rust crate thiserror to v1.0.61
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0c21e4e..fb96b85 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.60" 521version = "1.0.61"
522source = "registry+https://github.com/rust-lang/crates.io-index" 522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" 523checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
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.60" 530version = "1.0.61"
531source = "registry+https://github.com/rust-lang/crates.io-index" 531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" 532checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
533dependencies = [ 533dependencies = [
534 "proc-macro2", 534 "proc-macro2",
535 "quote", 535 "quote",