app: Update Cargo.lock

This commit is contained in:
parazyd
2025-08-05 11:48:58 +02:00
parent 12d11b58ba
commit 67f03c6713
2 changed files with 786 additions and 1362 deletions

2141
bin/app/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -69,17 +69,14 @@ enable-netdebug = []
freetype-rs = { git = "https://github.com/narodnik/freetype-rs" }
freetype-sys = { git = "https://github.com/narodnik/freetype-sys2" }
halo2_proofs = { git="https://github.com/parazyd/halo2", branch="v4" }
halo2_gadgets = { git="https://github.com/parazyd/halo2", branch="v4" }
halo2_proofs = { git="https://github.com/parazyd/halo2", branch="v031" }
halo2_gadgets = { git="https://github.com/parazyd/halo2", branch="v031" }
# This patch didn't work for me
#dirs-sys = {git="https://github.com/sbechet/dirs-sys-rs.git"}
# Once merged, we can remove this
swash = { git = "https://github.com/valadaptive/swash", branch = "tight-bounds" }
tor-rtcompat = "0.32.0"
tor-rtmock = "0.32.0"
[target.'cfg(not(target_os = "android"))'.dependencies]
dirs = "5.0.1"