Crates versions bump (picovoice removed)

This commit is contained in:
Priler 2025-12-12 00:11:32 +05:00
parent b4c11261b5
commit 17a4033948
2 changed files with 1620 additions and 1430 deletions

3030
app/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -13,24 +13,24 @@ edition = "2021"
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114" serde_json = "1.0.114"
hound = "3.5.1" hound = "3.5.1"
pv_recorder = "1.2.2" # pv_recorder = "1.2.2"
pv_porcupine = "3.0.2" # pv_porcupine = "3.0.2"
seqdiff = "0.3.0" seqdiff = "0.3.0"
vosk = "0.2.0" vosk = "0.3.1"
rand = "0.9.0-alpha.1" rand = "0.9.0-alpha.1"
rodio = "0.17.3" rodio = "0.21.1"
rustpotter = "3.0.2" rustpotter = "3.0.2"
log = "0.4.21" log = "0.4.21"
once_cell = "1.19.0" once_cell = "1.19.0"
atomic_enum = "0.3.0" atomic_enum = "0.3.0"
portaudio = "0.7.0" portaudio = "0.8.0"
platform-dirs = "0.3.0" platform-dirs = "0.3.0"
simple-log = "1.6.0" simple-log = "2.4.0"
tray-icon = { version = "0.12.0" } tray-icon = { version = "0.21.2" }
winit = "0.29.15" winit = "0.30.12"
image = "0.25.0" image = "0.25.9"
serde_yaml = "0.9.33" serde_yaml = "0.9.33"
kira = "0.8.7" kira = "0.11.0"
[features] [features]
default = ["jarvis_app"] default = ["jarvis_app"]