diff --git a/Cargo.toml b/Cargo.toml index 0ff4663..6d678c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clap = { version = "4", features = ["derive"] } crossterm = "0.28" cpal = "0.15" hound = "3.5" -whisper-rs = { version = "0.13", features = ["raw-api"] } +whisper-rs = { version = "0.16", features = ["raw-api"] } anyhow = "1" base64 = "0.22" uuid = { version = "1", features = ["v4"] }