فهرست منبع

Update dependency versions throughout project.

parazyd 4 سال پیش
والد
کامیت
29c0cb9c09
12فایلهای تغییر یافته به همراه213 افزوده شده و 183 حذف شده
  1. 187 157
      Cargo.lock
  2. 6 6
      Cargo.toml
  3. 2 2
      bin/cashierd/Cargo.toml
  4. 2 2
      bin/dao-cli/Cargo.toml
  5. 2 2
      bin/daod/Cargo.toml
  6. 2 2
      bin/darkfid/Cargo.toml
  7. 2 2
      bin/dnetview/Cargo.toml
  8. 2 2
      bin/drk/Cargo.toml
  9. 2 2
      bin/gatewayd/Cargo.toml
  10. 2 2
      bin/ircd/Cargo.toml
  11. 2 2
      bin/tau-cli/Cargo.toml
  12. 2 2
      bin/taud/Cargo.toml

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 187 - 157
Cargo.lock


+ 6 - 6
Cargo.toml

@@ -31,13 +31,13 @@ members = [
 
 [dependencies]
 # Hard dependencies
-log = "0.4.14"
+log = "0.4.16"
 thiserror = "1.0.30"
 
 # async-runtime
 smol = {version = "1.2.5", optional = true}
 futures = {version = "0.3.21", optional = true}
-async-std = {version = "1.10.0", features = ["attributes"], optional = true}
+async-std = {version = "1.11.0", features = ["attributes"], optional = true}
 async-trait = {version = "0.1.52", optional = true}
 async-channel = {version = "1.6.1", optional = true}
 async-executor = {version = "1.4.1", optional = true}
@@ -71,7 +71,7 @@ simplelog = {version = "0.11.2", optional = true}
 
 # Websockets
 tungstenite = {version = "0.17.2", optional = true}
-async-tungstenite = {version = "0.17.1", optional = true}
+async-tungstenite = {version = "0.17.2", optional = true}
 
 # socks5 
 fast-socks5 = {git = "https://github.com/ghassmo/fast-socks5", optional = true}
@@ -79,15 +79,15 @@ fast-socks5 = {git = "https://github.com/ghassmo/fast-socks5", optional = true}
 # Crypto
 bitvec = {version = "1.0.0", optional = true}
 rand = {version = "0.8.5", optional = true}
-sha2 = {version = "0.10.1", optional = true}
+sha2 = {version = "0.10.2", optional = true}
 group = {version = "0.11.0", optional = true}
 arrayvec = {version = "0.7.2", optional = true}
 blake2b_simd = {version = "1.0.0", optional = true}
 pasta_curves = {version = "0.3.0", optional = true}
 crypto_api_chachapoly = {version = "0.5.0", optional = true}
 incrementalmerkletree = {version = "0.2.0", optional = true}
-halo2_proofs = {git = "https://github.com/zcash/halo2", branch = "main", features = ["dev-graph", "gadget-traces", "sanity-checks"], optional = true}
-halo2_gadgets = {git = "https://github.com/zcash/halo2", branch = "main", features = ["dev-graph", "test-dependencies"], optional = true}
+halo2_proofs = {version = "0.1.0-beta.3", features = ["dev-graph", "gadget-traces", "sanity-checks"], optional = true}
+halo2_gadgets = {version = "0.1.0-beta.2", features = ["dev-graph", "test-dependencies"], optional = true}
 
 # Smart contract runtime
 drk-sdk = {path = "src/sdk", optional = true}

+ 2 - 2
bin/cashierd/Cargo.toml

@@ -11,7 +11,7 @@ features = ["node", "rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = "1.10.0"
+async-std = "1.11.0"
 async-trait = "0.1.52"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
@@ -22,7 +22,7 @@ rand = "0.8.5"
 
 # Misc
 clap = {version = "3.1.6", features = ["derive"]}
-log = "0.4.14"
+log = "0.4.16"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 thiserror = "1.0.30"

+ 2 - 2
bin/dao-cli/Cargo.toml

@@ -11,7 +11,7 @@ features = ["rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = {version = "1.10.0", features = ["attributes"]}
+async-std = {version = "1.11.0", features = ["attributes"]}
 async-trait = "0.1.52"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
@@ -19,7 +19,7 @@ easy-parallel = "3.2.0"
 
 # Misc
 clap = {version = "3.1.6", features = ["derive"]}
-log = "0.4.14"
+log = "0.4.16"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 url = "2.2.2"

+ 2 - 2
bin/daod/Cargo.toml

@@ -11,14 +11,14 @@ features = ["rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = {version = "1.10.0", features = ["attributes"]}
+async-std = {version = "1.11.0", features = ["attributes"]}
 async-trait = "0.1.52"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 easy-parallel = "3.2.0"
 
 # Misc
-log = "0.4.14"
+log = "0.4.16"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 

+ 2 - 2
bin/darkfid/Cargo.toml

@@ -10,7 +10,7 @@ features = ["node", "rpc"]
 [dependencies]
 # Async
 smol = "1.2.5"
-async-std = "1.10.0"
+async-std = "1.11.0"
 async-trait = "0.1.52"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
@@ -19,7 +19,7 @@ easy-parallel = "3.2.0"
 # Misc
 clap = {version = "3.1.6", features = ["derive"]}
 url = "2.2.2"
-log = "0.4.14"
+log = "0.4.16"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 fxhash = "0.2.1"

+ 2 - 2
bin/dnetview/Cargo.toml

@@ -14,13 +14,13 @@ tui = {version = "0.17.0", features = ["termion"]}
 
 # Async
 smol = "1.2.5"
-async-std = {version = "1.10.0", features = ["attributes"]}
+async-std = {version = "1.11.0", features = ["attributes"]}
 easy-parallel = "3.2.0"
 async-channel = "1.6.1"
 
 # Misc
 clap = "3.1.6"
-rand = "0.6.5"
+rand = "0.8.5"
 simplelog = "0.11.2"
 log = "0.4.14"
 num_cpus = "1.13.1"

+ 2 - 2
bin/drk/Cargo.toml

@@ -9,11 +9,11 @@ features = ["rpc"]
 
 [dependencies]
 # Async
-async-std = {version = "1.10.0", features = ["attributes"]}
+async-std = {version = "1.11.0", features = ["attributes"]}
 
 # Misc
 clap = {version = "3.1.6", features = ["derive"]}
-log = "0.4.14"
+log = "0.4.16"
 simplelog = "0.11.2"
 prettytable-rs = "0.8.0"
 url = "2.2.2"

+ 2 - 2
bin/gatewayd/Cargo.toml

@@ -10,14 +10,14 @@ features = ["node"]
 [dependencies]
 # Async
 smol = "1.2.5"
-async-std = "1.10.0"
+async-std = "1.11.0"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 easy-parallel = "3.2.0"
 
 # Misc
 clap = {version = "3.1.6", features = ["derive"]}
-log = "0.4.14"
+log = "0.4.16"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 

+ 2 - 2
bin/ircd/Cargo.toml

@@ -11,7 +11,7 @@ features = ["net", "rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = "1.10.0"
+async-std = "1.11.0"
 async-trait = "0.1.52"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
@@ -22,7 +22,7 @@ rand = "0.8.5"
 
 # Misc
 clap = "3.1.6"
-log = "0.4.14"
+log = "0.4.16"
 simplelog = "0.11.2"
 fxhash = "0.2.1"
 

+ 2 - 2
bin/tau-cli/Cargo.toml

@@ -11,7 +11,7 @@ features = ["rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = {version = "1.10.0", features = ["attributes"]}
+async-std = {version = "1.11.0", features = ["attributes"]}
 async-trait = "0.1.52"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
@@ -19,7 +19,7 @@ easy-parallel = "3.2.0"
 
 # Misc
 clap = {version = "3.1.6", features = ["derive"]}
-log = "0.4.14"
+log = "0.4.16"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 url = "2.2.2"

+ 2 - 2
bin/taud/Cargo.toml

@@ -11,14 +11,14 @@ features = ["rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = {version = "1.10.0", features = ["attributes"]}
+async-std = {version = "1.11.0", features = ["attributes"]}
 async-trait = "0.1.52"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 
 # Misc
 clap = {version = "3.1.6", features = ["derive"]}
-log = "0.4.14"
+log = "0.4.16"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 rand = "0.8.5"

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است