aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRenovateBot <renovatebot@noreply.localhost>2024-09-24 12:34:04 +0300
committerRenovateBot <renovatebot@noreply.localhost>2024-09-24 12:34:04 +0300
commitb98f01a81002c77c7d31eaec6752cdb16c07df0d (patch)
treec90b13c7cd74544ea6d35dcfe4ec682ba0783e44 /Cargo.lock
parentfa88050a52ea4f27764d38553bb2c27372319c0c (diff)
downloadfparkan-b98f01a81002c77c7d31eaec6752cdb16c07df0d.tar.xz
fparkan-b98f01a81002c77c7d31eaec6752cdb16c07df0d.zip
Update Rust crate thiserror to v1.0.64
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 51f90ba..cbf14f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1350,18 +1350,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.63"
+version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
+checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.63"
+version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
+checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
dependencies = [
"proc-macro2",
"quote",