Explorar el Código

app: cargo update

darkfi hace 8 meses
padre
commit
ece4e4d871
Se han modificado 2 ficheros con 226 adiciones y 166 borrados
  1. 224 164
      bin/app/Cargo.lock
  2. 2 2
      bin/app/Cargo.toml

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 224 - 164
bin/app/Cargo.lock


+ 2 - 2
bin/app/Cargo.toml

@@ -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"

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio