upgrade handy-keys

This commit is contained in:
CJ Pais 2026-02-20 13:18:51 +08:00
parent e624a45264
commit 3e140e53b2
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View file

@ -2500,9 +2500,9 @@ dependencies = [
[[package]]
name = "handy-keys"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d80f27a8566d1dd16cef20dd0a96247d2982fc2e03ef728ea842808b130d94"
checksum = "54484d1f7c015b9f3180c9d5ec5d20e7f064935533b5684e0f96c68b0406c7f7"
dependencies = [
"bitflags 2.10.0",
"block2 0.6.2",

View file

@ -69,7 +69,7 @@ rusqlite = { version = "0.37", features = ["bundled"] }
tar = "0.4.44"
flate2 = "1.0"
transcribe-rs = { version = "0.2.5", features = ["whisper", "parakeet", "moonshine", "sense_voice"] }
handy-keys = "0.2.0"
handy-keys = "0.2.1"
ferrous-opencc = "0.2.3"
clap = { version = "4", features = ["derive"] }
specta = "=2.0.0-rc.22"