Эх сурвалжийг харах

Update project dependencies.

parazyd 4 жил өмнө
parent
commit
0063271679

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 168 - 181
Cargo.lock


+ 18 - 18
Cargo.toml

@@ -46,8 +46,8 @@ thiserror = "1.0.31"
 # async-runtime
 smol = {version = "1.2.5", optional = true}
 futures = {version = "0.3.21", optional = true}
-async-std = {version = "1.11.0", features = ["attributes"], optional = true}
-async-trait = {version = "0.1.53", optional = true}
+async-std = {version = "1.12.0", features = ["attributes"], optional = true}
+async-trait = {version = "0.1.56", optional = true}
 async-channel = {version = "1.6.1", optional = true}
 async-executor = {version = "1.4.1", optional = true}
 
@@ -71,8 +71,8 @@ toml = {version = "0.5.9", optional = true}
 bytes = {version = "1.1.0", optional = true}
 bincode = {version = "2.0.0-rc.1", features = ["serde"], optional = true}
 num-bigint = {version = "0.4.3", features = ["serde"], optional = true}
-serde_json = {version = "1.0.81", optional = true}
-serde = {version = "1.0.137", features = ["derive"], optional = true}
+serde_json = {version = "1.0.82", optional = true}
+serde = {version = "1.0.138", features = ["derive"], optional = true}
 structopt = {version= "0.3.26", optional = true}
 structopt-toml = {version= "0.5.0", optional = true}
 
@@ -83,7 +83,7 @@ subtle = {version = "2.4.1", optional = true}
 lazy_static = {version = "1.4.0", optional = true}
 lazy-init = {version = "0.5.0", optional = true}
 fxhash = {version = "0.2.1", optional = true}
-indexmap = {version = "1.8.1", optional = true}
+indexmap = {version = "1.9.1", optional = true}
 itertools = {version = "0.10.3", optional = true}
 darkfi-derive = {path = "src/util/derive", optional = true}
 darkfi-derive-internal = {path = "src/util/derive-internal", optional = true}
@@ -112,30 +112,30 @@ blake2b_simd = {version = "1.0.0", optional = true}
 pasta_curves = {version = "0.4.0", optional = true}
 crypto_api_chachapoly = {version = "0.5.0", optional = true}
 incrementalmerkletree = {version = "0.3.0", optional = true}
-#halo2_proofs = {version = "0.1.0", optional = true}
-#halo2_gadgets = {version = "0.1.0", optional = true}
-halo2_proofs = {git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4", optional = true}
-halo2_gadgets = {git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4", optional = true}
+halo2_proofs = {version = "0.2.0", optional = true}
+halo2_gadgets = {version = "0.2.0", optional = true}
+#halo2_proofs = {git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4", optional = true}
+#halo2_gadgets = {git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4", optional = true}
 
 # Smart contract runtime
 drk-sdk = {path = "src/sdk", optional = true}
-wasmer = {version = "2.2.1", optional = true}
-wasmer-compiler-singlepass = {version = "2.2.1", optional = true}
-wasmer-middlewares = {version = "2.2.1", optional = true}
+wasmer = {version = "2.3.0", optional = true}
+wasmer-compiler-singlepass = {version = "2.3.0", optional = true}
+wasmer-middlewares = {version = "2.3.0", optional = true}
 
 # Wallet management
-sqlx = {version = "0.5.13", features = ["runtime-async-std-native-tls", "sqlite"], optional = true}
+sqlx = {version = "0.6.0", features = ["runtime-async-std-native-tls", "sqlite"], optional = true}
 libsqlite3-sys = {version = "0.24.2", features = ["bundled-sqlcipher"],  optional = true }
 
 # Blockchain store
 sled = {version = "0.34.7", optional = true}
 
 [dev-dependencies]
-clap = {version = "3.1.18", features = ["derive"]}
-#halo2_proofs = {version = "0.1.0", features = ["dev-graph", "gadget-traces", "sanity-checks"]}
-#halo2_gadgets = {version = "0.1.0", features = ["dev-graph", "test-dependencies"]}
-halo2_proofs = {git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4", features = ["dev-graph", "gadget-traces", "sanity-checks"]}
-halo2_gadgets = {git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4", features = ["dev-graph", "test-dependencies"]}
+clap = {version = "3.2.8", features = ["derive"]}
+halo2_proofs = {version = "0.2.0", features = ["dev-graph", "gadget-traces", "sanity-checks"]}
+halo2_gadgets = {version = "0.2.0", features = ["dev-graph", "test-dependencies"]}
+#halo2_proofs = {git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4", features = ["dev-graph", "gadget-traces", "sanity-checks"]}
+#halo2_gadgets = {git = "https://github.com/zcash/halo2.git", rev = "a898d65ae3ad3d41987666f6a03cfc15edae01c4", features = ["dev-graph", "test-dependencies"]}
 
 plotters = "0.3.1"
 

+ 10 - 10
bin/cashierd/Cargo.toml

@@ -11,8 +11,8 @@ features = ["wallet", "node", "rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = "1.11.0"
-async-trait = "0.1.53"
+async-std = "1.12.0"
+async-trait = "0.1.56"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 easy-parallel = "3.2.0"
@@ -21,7 +21,7 @@ easy-parallel = "3.2.0"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "3.1.18", features = ["derive"]}
+clap = {version = "3.2.8", features = ["derive"]}
 log = "0.4.17"
 num_cpus = "1.13.1"
 simplelog = "0.12.0"
@@ -30,14 +30,14 @@ url = "2.2.2"
 fxhash = "0.2.1"
 
 # Encoding and parsing
-serde = {version = "1.0.137", features = ["derive"]}
-serde_json = "1.0.81"
+serde = {version = "1.0.138", features = ["derive"]}
+serde_json = "1.0.82"
 
 # Bitcoin bridge dependencies
-bdk = {version = "0.18.0", optional = true}
-anyhow = {version = "1.0.57", optional = true}
+bdk = {version = "0.19.0", optional = true}
+anyhow = {version = "1.0.58", optional = true}
 bitcoin = {version = "0.28.1", optional = true}
-secp256k1 = {version = "0.22.1", default-features = false, features = ["rand-std"], optional = true}
+secp256k1 = {version = "0.23.3", default-features = false, features = ["rand-std"], optional = true}
 
 # Ethereum bridge dependencies
 hex = {version = "0.4.3", optional = true}
@@ -49,8 +49,8 @@ num-bigint = {version = "0.4.3", features = ["rand", "serde"], optional = true}
 # Solana bridge dependencies
 native-tls = {version = "0.2.10", optional = true}
 async-native-tls = {version = "0.4.0", optional = true}
-solana-client = {version = "1.10.17", optional = true}
-solana-sdk = {version = "1.10.17", optional = true}
+solana-client = {version = "1.10.29", optional = true}
+solana-sdk = {version = "1.10.29", optional = true}
 spl-associated-token-account = {version = "1.0.5", features = ["no-entrypoint"], optional = true}
 spl-token = {version = "3.4.0-alpha", features = ["no-entrypoint"], optional = true}
 tungstenite = {version = "0.17.2", optional = true}

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

@@ -11,17 +11,17 @@ features = ["rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = {version = "1.11.0", features = ["attributes"]}
-async-trait = "0.1.53"
+async-std = {version = "1.12.0", features = ["attributes"]}
+async-trait = "0.1.56"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 
 # Misc
-clap = {version = "3.1.18", features = ["derive"]}
+clap = {version = "3.2.8", features = ["derive"]}
 log = "0.4.17"
 num_cpus = "1.13.1"
 simplelog = "0.12.0"
 url = "2.2.2"
 
 # Encoding and parsing
-serde_json = "1.0.81"
+serde_json = "1.0.82"

+ 3 - 3
bin/daod/Cargo.toml

@@ -11,8 +11,8 @@ features = ["rpc"]
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = {version = "1.11.0", features = ["attributes"]}
-async-trait = "0.1.53"
+async-std = {version = "1.12.0", features = ["attributes"]}
+async-trait = "0.1.56"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 easy-parallel = "3.2.0"
@@ -24,4 +24,4 @@ simplelog = "0.12.0"
 url = "2.2.2"
 
 # Encoding and parsing
-serde_json = "1.0.81"
+serde_json = "1.0.82"

+ 5 - 5
bin/darkfid/Cargo.toml

@@ -11,8 +11,8 @@ edition = "2021"
 [dependencies]
 async-channel = "1.6.1"
 async-executor = "1.4.1"
-async-std = "1.11.0"
-async-trait = "0.1.53"
+async-std = "1.12.0"
+async-trait = "0.1.56"
 blake3 = "1.3.1"
 bs58 = "0.4.0"
 chrono = "0.4.19"
@@ -26,13 +26,13 @@ log = "0.4.17"
 num-bigint = {version = "0.4.3", features = ["serde"]}
 pasta_curves = "0.4.0"
 rand = "0.8.5"
-serde_json = "1.0.81"
+serde_json = "1.0.82"
 simplelog = "0.12.0"
 sled = "0.34.7"
 url = "2.2.2"
 
 # Argument parsing
-serde = "1.0.137"
-serde_derive = "1.0.137"
+serde = "1.0.138"
+serde_derive = "1.0.138"
 structopt = "0.3.26"
 structopt-toml = "0.5.0"

+ 4 - 4
bin/dnetview/Cargo.toml

@@ -14,12 +14,12 @@ tui = {version = "0.18.0", features = ["termion"]}
 
 # Async
 smol = "1.2.5"
-async-std = {version = "1.11.0", features = ["attributes"]}
+async-std = {version = "1.12.0", features = ["attributes"]}
 easy-parallel = "3.2.0"
 async-channel = "1.6.1"
 
 # Misc
-clap = "3.1.18"
+clap = "3.2.8"
 rand = "0.8.5"
 simplelog = "0.12.0"
 log = "0.4.17"
@@ -29,6 +29,6 @@ fxhash = "0.2.1"
 thiserror = "1.0.31"
 
 # Encoding and parsing
-serde_json = "1.0.81"
-serde = {version = "1.0.137", features = ["derive"]}
+serde_json = "1.0.82"
+serde = {version = "1.0.138", features = ["derive"]}
 

+ 3 - 3
bin/drk/Cargo.toml

@@ -9,10 +9,10 @@ license = "AGPL-3.0-only"
 edition = "2021"
 
 [dependencies]
-async-std = {version = "1.11.0", features = ["attributes"]}
-clap = {version = "3.1.18", features = ["derive"]}
+async-std = {version = "1.12.0", features = ["attributes"]}
+clap = {version = "3.2.8", features = ["derive"]}
 darkfi = {path = "../../", features = ["crypto", "util", "rpc"]}
 log = "0.4.17"
-serde_json = "1.0.81"
+serde_json = "1.0.82"
 simplelog = "0.12.0"
 url = "2.2.2"

+ 5 - 5
bin/faucetd/Cargo.toml

@@ -11,8 +11,8 @@ edition = "2021"
 [dependencies]
 async-channel = "1.6.1"
 async-executor = "1.4.1"
-async-std = "1.11.0"
-async-trait = "0.1.53"
+async-std = "1.12.0"
+async-trait = "0.1.56"
 blake3 = "1.3.1"
 bs58 = "0.4.0"
 chrono = "0.4.19"
@@ -25,13 +25,13 @@ lazy-init = "0.5.0"
 log = "0.4.17"
 num-bigint = {version = "0.4.3", features = ["serde"]}
 rand = "0.8.5"
-serde_json = "1.0.81"
+serde_json = "1.0.82"
 simplelog = "0.12.0"
 sled = "0.34.7"
 url = "2.2.2"
 
 # Argument parsing
-serde = "1.0.137"
-serde_derive = "1.0.137"
+serde = "1.0.138"
+serde_derive = "1.0.138"
 structopt = "0.3.26"
 structopt-toml = "0.5.0"

+ 5 - 5
bin/irc-raft/Cargo.toml

@@ -14,8 +14,8 @@ darkfi = {path = "../../", features = ["net", "rpc", "raft"]}
 smol = "1.2.5"
 futures = "0.3.21"
 futures-rustls = "0.22.1"
-async-std = "1.11.0"
-async-trait = "0.1.53"
+async-std = "1.12.0"
+async-trait = "0.1.56"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 easy-parallel = "3.2.0"
@@ -25,7 +25,7 @@ crypto_box = "0.7.2"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "3.1.18", features = ["derive"]}
+clap = {version = "3.2.8", features = ["derive"]}
 log = "0.4.17"
 simplelog = "0.12.0"
 fxhash = "0.2.1"
@@ -33,8 +33,8 @@ ctrlc-async = {version= "3.2.2", default-features = false, features = ["async-st
 url = "2.2.2"
 
 # Encoding and parsing
-serde_json = "1.0.81"
-serde = {version = "1.0.137", features = ["derive"]}
+serde_json = "1.0.82"
+serde = {version = "1.0.138", features = ["derive"]}
 structopt = "0.3.26"
 structopt-toml = "0.5.0"
 bs58 = "0.4.0"

+ 5 - 5
bin/ircd/Cargo.toml

@@ -15,8 +15,8 @@ smol = "1.2.5"
 futures = "0.3.21"
 futures-rustls = "0.22.1"
 rustls-pemfile = "1.0.0"
-async-std = "1.11.0"
-async-trait = "0.1.53"
+async-std = "1.12.0"
+async-trait = "0.1.56"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 easy-parallel = "3.2.0"
@@ -26,7 +26,7 @@ crypto_box = "0.7.2"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "3.1.18", features = ["derive"]}
+clap = {version = "3.2.8", features = ["derive"]}
 log = "0.4.17"
 simplelog = "0.12.0"
 fxhash = "0.2.1"
@@ -35,8 +35,8 @@ url = "2.2.2"
 ringbuffer = "0.8.4" 
 
 # Encoding and parsing
-serde_json = "1.0.81"
-serde = {version = "1.0.137", features = ["derive"]}
+serde_json = "1.0.82"
+serde = {version = "1.0.138", features = ["derive"]}
 structopt = "0.3.26"
 structopt-toml = "0.5.0"
 bs58 = "0.4.0"

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

@@ -9,13 +9,13 @@ license = "AGPL-3.0-only"
 edition = "2021"
 
 [dependencies]
-async-std = {version = "1.11.0", features = ["attributes"]}
+async-std = {version = "1.12.0", features = ["attributes"]}
 chrono = "0.4.19"
-clap = {version = "3.1.18", features = ["derive"]}
+clap = {version = "3.2.8", features = ["derive"]}
 darkfi = { path = "../../../", features = ["rpc"]}
 log = "0.4.17"
 prettytable-rs = "0.8.0"
-serde = {version = "1.0.137", features = ["derive"]}
-serde_json = "1.0.81"
+serde = {version = "1.0.138", features = ["derive"]}
+serde_json = "1.0.82"
 simplelog = "0.12.0"
 url = "2.2.2"

+ 4 - 4
bin/tau/taud/Cargo.toml

@@ -8,8 +8,8 @@ darkfi = { path = "../../../", features = ["rpc", "raft", "net"]}
 
 # Async
 smol = "1.2.5"
-async-std = {version = "1.11.0", features = ["attributes"]}
-async-trait = "0.1.53"
+async-std = {version = "1.12.0", features = ["attributes"]}
+async-trait = "0.1.56"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 easy-parallel = "3.2.0"
@@ -25,8 +25,8 @@ ctrlc-async = {version= "3.2.2", default-features = false, features = ["async-st
 url = "2.2.2"
 
 # Encoding and parsing
-serde = {version = "1.0.137", features = ["derive"]}
-serde_json = "1.0.81"
+serde = {version = "1.0.138", features = ["derive"]}
+serde_json = "1.0.82"
 structopt = "0.3.26"
 structopt-toml = "0.5.0"
 crypto_box = {version = "0.7.2", features = ["std"]}

+ 2 - 2
bin/vanityaddr/Cargo.toml

@@ -10,10 +10,10 @@ edition = "2021"
 
 [dependencies]
 bs58 = "0.4.0"
-clap = {version = "3.1.18", features = ["derive"]}
+clap = {version = "3.2.8", features = ["derive"]}
 ctrlc = "3.2.2"
 darkfi = {path = "../../", features = ["crypto"]}
-indicatif = "0.17.0-rc.10"
+indicatif = "0.17.0-rc.11"
 num_cpus = "1.13.1"
 rand = "0.8.5"
 rayon = "1.5.3"

+ 1 - 1
bin/zkas/Cargo.toml

@@ -9,5 +9,5 @@ license = "AGPL-3.0-only"
 edition = "2021"
 
 [dependencies]
-clap = {version = "3.1.18", features = ["derive"]}
+clap = {version = "3.2.8", features = ["derive"]}
 darkfi = {path = "../../", features = ["zkas"]}

+ 4 - 4
example/p2pdebug/Cargo.toml

@@ -13,8 +13,8 @@ darkfi = {path = "../../", features = ["net", "rpc"]}
 # Async
 smol = "1.2.5"
 futures = "0.3.21"
-async-std = "1.11.0"
-async-trait = "0.1.53"
+async-std = "1.12.0"
+async-trait = "0.1.56"
 async-channel = "1.6.1"
 async-executor = "1.4.1"
 easy-parallel = "3.2.0"
@@ -23,11 +23,11 @@ easy-parallel = "3.2.0"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "3.1.18", features = ["derive"]}
+clap = {version = "3.2.8", features = ["derive"]}
 log = "0.4.17"
 simplelog = "0.12.0"
 fxhash = "0.2.1"
 url = "2.2.2"
 
 # Encoding and parsing
-serde_json = "1.0.81"
+serde_json = "1.0.82"

+ 1 - 1
script/research/nodes-tool/Cargo.toml

@@ -9,7 +9,7 @@ features = ["blockchain", "node", "wallet"]
 
 [dependencies]
 
-async-std = "1.11.0"
+async-std = "1.12.0"
 blake3 = "1.3.1"
 sled = "0.34.7"
 

+ 3 - 3
script/research/raft-tool/Cargo.toml

@@ -9,7 +9,7 @@ features = ["raft"]
 
 [dependencies]
 
-async-std = "1.11.0"
+async-std = "1.12.0"
 sled = "0.34.7"
 
 # for taud
@@ -20,8 +20,8 @@ simplelog = "0.12.0"
 rand = "0.8.5"                                                                   
 chrono = "0.4.19"                                                                
 url = "2.2.2"                                                                    
-serde = {version = "1.0.137", features = ["derive"]}                             
-serde_json = "1.0.81" 
+serde = {version = "1.0.138", features = ["derive"]}                             
+serde_json = "1.0.82" 
 thiserror = "1.0.31"                                                             
 
 

+ 3 - 3
src/util/derive-internal/Cargo.toml

@@ -4,6 +4,6 @@ version = "0.3.0"
 edition = "2021"
 
 [dependencies]
-proc-macro2 = "1.0.39"
-quote = "1.0.18"
-syn = {version = "1.0.95", features = ["full", "fold"]}
+proc-macro2 = "1.0.40"
+quote = "1.0.20"
+syn = {version = "1.0.98", features = ["full", "fold"]}

+ 2 - 2
src/util/derive/Cargo.toml

@@ -8,7 +8,7 @@ proc-macro = true
 
 [dependencies]
 proc-macro-crate = "1.1.3"
-proc-macro2 = "1.0.39"
-syn = {version = "1.0.95", features = ["full", "fold"]}
+proc-macro2 = "1.0.40"
+syn = {version = "1.0.98", features = ["full", "fold"]}
 
 darkfi-derive-internal = {path = "../derive-internal"}

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно