upgrade to handy-keys 0.2.3 (#1039)

This commit is contained in:
CJ Pais 2026-03-14 12:39:15 +08:00 committed by GitHub
parent 30a940629a
commit cbdb4983cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View file

@ -2476,9 +2476,9 @@ dependencies = [
[[package]]
name = "handy-keys"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36a39b9e2df8dae1286e5e17958c5537533a0beaa722423e8f0b61fbbc620eb3"
checksum = "129180e04a6e52e3f71cb6f6c4761e503b445a68dc26b04f67606ae9e475a4f6"
dependencies = [
"bitflags 2.11.0",
"block2",

View file

@ -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.2"
handy-keys = "0.2.3"
ferrous-opencc = "0.2.3"
clap = { version = "4", features = ["derive"] }
specta = "=2.0.0-rc.22"