Procházet zdrojové kódy

app: fix dependency version conflicts

epiphany před 2 měsíci
rodič
revize
ee82a7d6bf
2 změnil soubory, kde provedl 171 přidání a 206 odebrání
  1. 169 204
      bin/app/Cargo.lock
  2. 2 2
      bin/app/Cargo.toml

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 169 - 204
bin/app/Cargo.lock


+ 2 - 2
bin/app/Cargo.toml

@@ -95,13 +95,13 @@ rav1d = { git = "https://github.com/leo030303/rav1d", branch = "add-rust-api", f
 [target.'cfg(target_os = "android")'.dependencies]
 tracing-android = "0.2.0"
 # Required by Arti: tor-dirmgr
-tor-dirmgr = { version="0.37.0", features=["static"] }
+tor-dirmgr = { version="0.42.0", features=["static"] }
 # Android uses MediaCodec for hardware-accelerated H.264 decoding instead of rav1d
 
 [target.'cfg(target_os = "windows")'.dependencies]
 # Used by tor-dirmgr
 #rusqlite = {version = "0.37.0", features = ["bundled"]}
-tor-dirmgr = { version="0.37.0", features=["static"] }
+tor-dirmgr = { version="0.42.0", features=["static"] }
 
 [package.metadata.android.activity_attributes]
 "android:exported" = "true"

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů