Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions voice/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion voice/tts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ piper-rs = "=0.1.2"
home = "=0.5.9"
half = "=2.4.1"
rustls-pki-types = "=1.12.0"
zeroize = "=1.8.1"
zeroize = "=1.9.0"
# Version floors that steer the shared voice/Cargo.lock past the vulnerable
# transitive crates: ureq >=2.12 pulls rustls-webpki >=0.103.13
# (clears GHSA-82j2-j2ch-gfr8 et al.) and url >=2.5 pulls idna >=1.0
Expand Down
Loading