update deps
Some checks failed
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
philipp 2024-02-19 22:26:01 +01:00
parent 443c2fe61a
commit 9920090b90

6
Cargo.lock generated
View File

@ -534,7 +534,7 @@ dependencies = [
[[package]] [[package]]
name = "risp" name = "risp"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.hofer.link/philipp/risp.git#fac2be0ed4e0fb2903fb376ecc338c065853c142" source = "git+https://git.hofer.link/philipp/risp.git#aebae6452f9b2dde306275d43ba1ad6963b0edaf"
dependencies = [ dependencies = [
"clap", "clap",
"directories", "directories",
@ -1047,9 +1047,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]] [[package]]
name = "winnow" name = "winnow"
version = "0.6.1" version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401" checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]