瀏覽代碼

app: cargo update

darkfi 8 月之前
父節點
當前提交
ece4e4d871
共有 2 個文件被更改,包括 226 次插入166 次删除
  1. 224 164
      bin/app/Cargo.lock
  2. 2 2
      bin/app/Cargo.toml

文件差異過大導致無法顯示
+ 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"

部分文件因文件數量過多而無法顯示