app: cargo update

This commit is contained in:
darkfi
2025-11-29 11:53:29 -03:00
parent 8c507f6f06
commit ece4e4d871
2 changed files with 636 additions and 365 deletions

997
bin/app/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -87,12 +87,12 @@ dirs = "5.0.1"
[target.'cfg(target_os = "android")'.dependencies]
tracing-android = "0.2.0"
# Required by Arti: tor-dirmgr
tor-dirmgr = { version="0.32.0", features=["static"] }
tor-dirmgr = { version="0.36.0", features=["static"] }
[target.'cfg(target_os = "windows")'.dependencies]
# Used by tor-dirmgr
#rusqlite = {version = "0.37.0", features = ["bundled"]}
tor-dirmgr = { version="0.32.0", features=["static"] }
tor-dirmgr = { version="0.36.0", features=["static"] }
[package.metadata.android.activity_attributes]
"android:exported" = "true"