aboutsummaryrefslogtreecommitdiffstats
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 18a86c9..30c6453 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -302,10 +302,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
-name = "yaml-rust"
-version = "0.4.5"
+name = "yaml-rust-davvid"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
+checksum = "ff0648c4e5c02911a6acf9e60fae9becf2bab890c682cd3126c9318a4619ce2b"
dependencies = [
"linked-hash-map",
]
@@ -317,5 +317,5 @@ dependencies = [
"clap",
"rusqlite",
"thiserror",
- "yaml-rust",
+ "yaml-rust-davvid",
]