update handy keys
This commit is contained in:
parent
e3a040cd97
commit
b833a21f04
2 changed files with 3 additions and 3 deletions
4
src-tauri/Cargo.lock
generated
4
src-tauri/Cargo.lock
generated
|
|
@ -2476,9 +2476,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "handy-keys"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "129180e04a6e52e3f71cb6f6c4761e503b445a68dc26b04f67606ae9e475a4f6"
|
||||
checksum = "e1c1bb519fbead4e7344bf0fe32718c4cea30fc05e03fc65c242df064f515b03"
|
||||
dependencies = [
|
||||
"bitflags 2.11.0",
|
||||
"block2",
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ rusqlite = { version = "0.37", features = ["bundled"] }
|
|||
tar = "0.4.44"
|
||||
flate2 = "1.0"
|
||||
transcribe-rs = { version = "0.2.8", features = ["whisper", "parakeet", "moonshine", "sense_voice", "gigaam"] }
|
||||
handy-keys = "0.2.3"
|
||||
handy-keys = "0.2.4"
|
||||
ferrous-opencc = "0.2.3"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
specta = "=2.0.0-rc.22"
|
||||
|
|
|
|||
Loading…
Reference in a new issue