update
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
PurpleCow 2025-01-07 19:41:08 +01:00
parent 4d20bfaaec
commit b8c492cb62
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
version = 3
[[package]]
name = "ahash"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
which = "7.0"
log = "0.4"
log = "0.4.22"
structopt = "0.3"
tempfile = "3"
serde = { version = "1", features = ["derive"] }