diff --git a/Cargo.lock b/Cargo.lock index bc826edb..522e2e68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ "futures-lite", "parking", "polling", - "rustix 1.1.2", + "rustix 1.1.3", "slab", "windows-sys 0.61.2", ] @@ -232,7 +232,7 @@ dependencies = [ "cfg-if", "event-listener", "futures-lite", - "rustix 1.1.2", + "rustix 1.1.3", ] [[package]] @@ -258,7 +258,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 1.1.2", + "rustix 1.1.3", "signal-hook-registry", "slab", "windows-sys 0.61.2", @@ -1102,7 +1102,7 @@ dependencies = [ "document-features", "mio", "parking_lot", - "rustix 1.1.2", + "rustix 1.1.3", "signal-hook", "signal-hook-mio", "winapi", @@ -2064,7 +2064,7 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" dependencies = [ - "rustix 1.1.2", + "rustix 1.1.3", "windows-link 0.2.1", ] @@ -3234,7 +3234,7 @@ dependencies = [ "concurrent-queue", "hermit-abi", "pin-project-lite", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.61.2", ] @@ -3714,9 +3714,9 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" dependencies = [ "bitflags 2.10.0", "errno", @@ -3876,15 +3876,15 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.146" +version = "1.0.147" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" +checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4" dependencies = [ "itoa", "memchr", - "ryu", "serde", "serde_core", + "zmij", ] [[package]] @@ -4135,14 +4135,14 @@ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand", "getrandom 0.3.4", "once_cell", - "rustix 1.1.2", + "rustix 1.1.3", "windows-sys 0.61.2", ] @@ -4809,7 +4809,7 @@ checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35" dependencies = [ "cc", "downcast-rs", - "rustix 1.1.2", + "rustix 1.1.3", "smallvec 1.15.1", "wayland-sys", ] @@ -4821,7 +4821,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" dependencies = [ "bitflags 2.10.0", - "rustix 1.1.2", + "rustix 1.1.3", "wayland-backend", "wayland-scanner", ] @@ -5331,7 +5331,7 @@ dependencies = [ "libc", "log", "os_pipe", - "rustix 1.1.2", + "rustix 1.1.3", "thiserror 2.0.17", "tree_magic_mini", "wayland-backend", @@ -5347,7 +5347,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" dependencies = [ "gethostname", - "rustix 1.1.2", + "rustix 1.1.3", "x11rb-protocol", ] @@ -5364,7 +5364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" dependencies = [ "libc", - "rustix 1.1.2", + "rustix 1.1.3", ] [[package]] @@ -5519,6 +5519,12 @@ version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" +[[package]] +name = "zmij" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1dccf46b25b205e4bebe1d5258a991df1cc17801017a845cb5b3fe0269781aa" + [[package]] name = "zune-core" version = "0.4.12" diff --git a/crates/app/Cargo.toml b/crates/app/Cargo.toml index c63006fe..09f66517 100644 --- a/crates/app/Cargo.toml +++ b/crates/app/Cargo.toml @@ -56,7 +56,7 @@ cpal = "0.17.0" config = { version = "0.15", features = ["toml"] } [dev-dependencies] -tempfile = "3.23" +tempfile = "3.24" mockall = "0.14" tokio-test = "0.4" ctrlc = "3.5" diff --git a/crates/coldvox-stt/Cargo.toml b/crates/coldvox-stt/Cargo.toml index 7a6772b3..ae359c99 100644 --- a/crates/coldvox-stt/Cargo.toml +++ b/crates/coldvox-stt/Cargo.toml @@ -22,7 +22,7 @@ parakeet-rs = { version = "0.2", optional = true } # Moonshine STT via PyO3/HuggingFace - Fixed auto-initialize pyo3 = { version = "0.27", optional = true, features = ["auto-initialize"] } -tempfile = { version = "3.8", optional = true } +tempfile = { version = "3.24", optional = true } hound = { version = "3.5", optional = true } [features] diff --git a/crates/coldvox-text-injection/Cargo.toml b/crates/coldvox-text-injection/Cargo.toml index 78ffff8e..b10b671b 100644 --- a/crates/coldvox-text-injection/Cargo.toml +++ b/crates/coldvox-text-injection/Cargo.toml @@ -34,7 +34,7 @@ unicode-segmentation = "1.10" # Note: previously depended on x11/arboard/mouse-keyboard-input, but they are not used. [dev-dependencies] -tempfile = "3.23" +tempfile = "3.24" mockall = "0.14" tokio-test = "0.4" rand = "0.9"