aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTeddy Wing2022-06-04 19:15:35 +0200
committerTeddy Wing2022-06-04 19:15:35 +0200
commit57cd001192adc095843af0c18044ff996fca0480 (patch)
tree0bc91c1c3b41abe4cfccf039d6f5c64bb55b5ae1 /Cargo.lock
parent627d6c7e2b0e218213fa2a9c19036489c66c3141 (diff)
parent6fe38d83ec90f5adb411706ed23d9a8b2929aed8 (diff)
downloadreflectub-57cd001192adc095843af0c18044ff996fca0480.tar.bz2
Merge branch 'make-errors-more-traceable-2'
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 7 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 53cf6c8..7adda12 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "ahash"
version = "0.7.4"
@@ -544,7 +546,7 @@ dependencies = [
[[package]]
name = "reflectub"
-version = "0.0.1"
+version = "0.0.2"
dependencies = [
"anyhow",
"chrono",
@@ -692,18 +694,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.25"
+version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
+checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.25"
+version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
+checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
dependencies = [
"proc-macro2",
"quote",