summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-09 11:46:03 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-09 12:41:26 +0200
commit92839794a7750348463e22251fabe73b7bd19488 (patch)
tree0574db5d669682560472d45b847b3b75b6220f45 /Cargo.lock
parentd698068afb8a7bad93e683ac3b7897b4c18584ba (diff)
downloadrebel-92839794a7750348463e22251fabe73b7bd19488.tar
rebel-92839794a7750348463e22251fabe73b7bd19488.zip
Update dependencies
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 e1a34b6..35d4077 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1038,18 +1038,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.29"
+version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
+checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.29"
+version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
+checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",