parazyd 3 лет назад
Родитель
Сommit
671967261e

+ 24 - 39
Cargo.lock

@@ -95,11 +95,11 @@ dependencies = [
 
 [[package]]
 name = "async-channel"
-version = "1.7.1"
+version = "1.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
+checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
 dependencies = [
- "concurrent-queue 1.2.4",
+ "concurrent-queue",
  "event-listener",
  "futures-core",
 ]
@@ -112,7 +112,7 @@ checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
 dependencies = [
  "async-lock",
  "async-task",
- "concurrent-queue 2.0.0",
+ "concurrent-queue",
  "fastrand",
  "futures-lite",
  "slab",
@@ -153,7 +153,7 @@ checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
 dependencies = [
  "async-lock",
  "autocfg",
- "concurrent-queue 2.0.0",
+ "concurrent-queue",
  "futures-lite",
  "libc",
  "log",
@@ -489,12 +489,6 @@ version = "1.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
 
-[[package]]
-name = "cache-padded"
-version = "1.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
-
 [[package]]
 name = "camino"
 version = "1.1.1"
@@ -611,9 +605,9 @@ dependencies = [
 
 [[package]]
 name = "clap"
-version = "4.0.28"
+version = "4.0.29"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f94eecf2f2d0e0220737d9e6d8530da1e903b97dde58ebaf749262e85ce133c9"
+checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
 dependencies = [
  "bitflags",
  "clap_derive",
@@ -682,15 +676,6 @@ dependencies = [
  "winapi",
 ]
 
-[[package]]
-name = "concurrent-queue"
-version = "1.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
-dependencies = [
- "cache-padded",
-]
-
 [[package]]
 name = "concurrent-queue"
 version = "2.0.0"
@@ -1135,7 +1120,7 @@ dependencies = [
  "async-executor",
  "async-std",
  "async-trait",
- "clap 4.0.28",
+ "clap 4.0.29",
  "darkfi",
  "futures",
  "log",
@@ -1190,7 +1175,7 @@ dependencies = [
  "bs58",
  "chacha20poly1305",
  "chrono",
- "clap 4.0.28",
+ "clap 4.0.29",
  "crypto_api_chachapoly",
  "darkfi-derive",
  "darkfi-derive-internal",
@@ -1363,7 +1348,7 @@ version = "0.3.0"
 dependencies = [
  "async-std",
  "bs58",
- "clap 4.0.28",
+ "clap 4.0.29",
  "darkfi",
  "darkfi-sdk",
  "darkfi-serial",
@@ -1642,7 +1627,7 @@ version = "0.3.0"
 dependencies = [
  "async-channel",
  "async-std",
- "clap 4.0.28",
+ "clap 4.0.29",
  "darkfi",
  "easy-parallel",
  "fxhash",
@@ -1673,7 +1658,7 @@ dependencies = [
  "anyhow",
  "async-std",
  "bs58",
- "clap 4.0.28",
+ "clap 4.0.29",
  "darkfi",
  "darkfi-money-contract",
  "darkfi-sdk",
@@ -2059,7 +2044,7 @@ name = "fu"
 version = "0.3.0"
 dependencies = [
  "async-std",
- "clap 4.0.28",
+ "clap 4.0.29",
  "darkfi",
  "log",
  "serde_json",
@@ -2290,9 +2275,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
 
 [[package]]
 name = "gloo-timers"
-version = "0.2.4"
+version = "0.2.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
+checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"
 dependencies = [
  "futures-channel",
  "futures-core",
@@ -2570,7 +2555,7 @@ dependencies = [
  "async-trait",
  "bs58",
  "chrono",
- "clap 4.0.28",
+ "clap 4.0.29",
  "crypto_box",
  "ctrlc",
  "darkfi",
@@ -2602,7 +2587,7 @@ dependencies = [
  "async-trait",
  "bs58",
  "chrono",
- "clap 4.0.28",
+ "clap 4.0.29",
  "crypto_box",
  "ctrlc",
  "darkfi",
@@ -3269,9 +3254,9 @@ dependencies = [
 
 [[package]]
 name = "polling"
-version = "2.5.0"
+version = "2.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f7d73f1eaed1ca1fb37b54dcc9b38e3b17d6c7b8ecb7abfffcac8d0351f17d4"
+checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"
 dependencies = [
  "autocfg",
  "cfg-if",
@@ -4325,7 +4310,7 @@ version = "0.4.0"
 dependencies = [
  "async-std",
  "chrono",
- "clap 4.0.28",
+ "clap 4.0.29",
  "colored",
  "darkfi",
  "fxhash",
@@ -4634,9 +4619,9 @@ checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
 
 [[package]]
 name = "uint"
-version = "0.9.4"
+version = "0.9.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"
+checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
 dependencies = [
  "byteorder",
  "crunchy",
@@ -4757,7 +4742,7 @@ name = "vanityaddr"
 version = "0.3.0"
 dependencies = [
  "bs58",
- "clap 4.0.28",
+ "clap 4.0.29",
  "ctrlc",
  "darkfi",
  "darkfi-sdk",
@@ -5376,6 +5361,6 @@ dependencies = [
 name = "zkas"
 version = "0.3.0"
 dependencies = [
- "clap 4.0.28",
+ "clap 4.0.29",
  "darkfi",
 ]

+ 2 - 2
Cargo.toml

@@ -60,7 +60,7 @@ thiserror = "1.0.37"
 async-std = {version = "1.12.0", features = ["attributes"], optional = true}
 async-trait = {version = "0.1.59", optional = true}
 futures = {version = "0.3.25", optional = true}
-smol = {version = "1.2.5", optional = true}
+smol = {version = "1.3.0", optional = true}
 
 # Networking
 futures-rustls = {version = "0.22.2", features = ["dangerous_configuration"], optional = true}
@@ -142,7 +142,7 @@ dashu = { version = "0.2.0", git = "https://github.com/ertosns/dashu", optional=
 rcell = { version = "1.1.3", optional=true }
 
 [dev-dependencies]
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", 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"]}
 plotters = "0.3.4"

+ 3 - 3
bin/cashierd/Cargo.toml

@@ -14,11 +14,11 @@ features = ["wallet", "node", "rpc"]
 
 [dependencies]
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 futures = "0.3.25"
 async-std = "1.12.0"
 async-trait = "0.1.59"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 async-executor = "1.5.0"
 easy-parallel = "3.2.0"
 
@@ -26,7 +26,7 @@ easy-parallel = "3.2.0"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 log = "0.4.17"
 num_cpus = "1.14.0"
 simplelog = "0.12.0"

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

@@ -14,15 +14,15 @@ features = ["rpc"]
 
 [dependencies]
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 futures = "0.3.25"
 async-std = {version = "1.12.0", features = ["attributes"]}
 async-trait = "0.1.59"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 async-executor = "1.5.0"
 
 # Misc
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 log = "0.4.17"
 num_cpus = "1.14.0"
 simplelog = "0.12.0"

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

@@ -14,11 +14,11 @@ darkfi-sdk = {path = "../../../src/sdk"}
 darkfi-serial = {path = "../../../src/serial"}
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 futures = "0.3.25"
 async-std = {version = "1.12.0", features = ["attributes"]}
 async-trait = "0.1.59"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 async-executor = "1.5.0"
 easy-parallel = "3.2.0"
 

+ 1 - 1
bin/darkfid/Cargo.toml

@@ -28,7 +28,7 @@ rand = "0.8.5"
 serde_json = "1.0.89"
 simplelog = "0.12.0"
 sled = "0.34.7"
-smol = "1.2.5"
+smol = "1.3.0"
 sqlx = {version = "0.6.2", features = ["runtime-async-std-native-tls", "sqlite"]}
 url = "2.3.1"
 

+ 1 - 1
bin/darkotc/Cargo.toml

@@ -11,7 +11,7 @@ edition = "2021"
 [dependencies]
 async-std = {version = "1.12.0", features = ["attributes"]}
 bs58 = "0.4.0"
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 darkfi = {path = "../../", features = ["crypto", "rpc", "util", "tx"]}
 darkfi-sdk = {path = "../../src/sdk"}
 darkfi-serial = {path = "../../src/serial"}

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

@@ -12,10 +12,10 @@ repository = "https://github.com/darkrenaissance/darkfi"
 darkfi = {path = "../../../", features = ["rpc"]}
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 async-std = {version = "1.12.0", features = ["attributes"]}
 async-trait = "0.1.59"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 futures = "0.3.25"
 
 # Misc

+ 1 - 1
bin/darkwiki/darkwikid/Cargo.toml

@@ -29,7 +29,7 @@ signal-hook = "0.3.14"
 simplelog = "0.12.0"
 structopt = "0.3.26"
 structopt-toml = "0.5.1"
-smol = "1.2.5"
+smol = "1.3.0"
 toml = "0.5.9"
 unicode-segmentation = "1.10.0"
 url = "2.3.1"

+ 3 - 3
bin/dnetview/Cargo.toml

@@ -18,13 +18,13 @@ termion = "2.0.1"
 tui = {version = "0.19.0", features = ["termion"]}
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 async-std = {version = "1.12.0", features = ["attributes"]}
 easy-parallel = "3.2.0"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 
 # Misc
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 rand = "0.8.5"
 simplelog = "0.12.0"
 log = "0.4.17"

+ 1 - 1
bin/drk/Cargo.toml

@@ -12,7 +12,7 @@ edition = "2021"
 anyhow = "1.0.66"
 async-std = {version = "1.12.0", features = ["attributes"]}
 bs58 = "0.4.0"
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 darkfi = {path = "../../", features = ["blockchain", "rpc", "util", "wallet"]}
 darkfi-sdk = {path = "../../src/sdk"}
 darkfi-serial = {path = "../../src/serial", features = ["derive", "crypto"]}

+ 1 - 1
bin/faucetd/Cargo.toml

@@ -27,7 +27,7 @@ rand = "0.8.5"
 serde_json = "1.0.89"
 simplelog = "0.12.0"
 sled = "0.34.7"
-smol = "1.2.5"
+smol = "1.3.0"
 sqlx = {version = "0.6.2", features = ["runtime-async-std-native-tls", "sqlite"]}
 url = "2.3.1"
 

+ 1 - 1
bin/fud/fu/Cargo.toml

@@ -15,7 +15,7 @@ darkfi = {path = "../../../", features = ["util", "rpc"]}
 async-std = {version = "1.12.0", features = ["attributes"]}
 
 # Misc
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 log = "0.4.17"
 serde_json = "1.0.89"
 simplelog = "0.12.0"

+ 1 - 1
bin/fud/fud/Cargo.toml

@@ -17,7 +17,7 @@ async-std = "1.12.0"
 async-trait = "0.1.59"
 ctrlc = { version = "3.2.3", features = ["termination"] }
 easy-parallel = "3.2.0"
-smol = "1.2.5"
+smol = "1.3.0"
 
 # Misc
 blake3 = "1.3.3"

+ 2 - 2
bin/ircd/Cargo.toml

@@ -13,7 +13,7 @@ darkfi = {path = "../../", features = ["net", "rpc", "bs58"]}
 darkfi-serial = {path = "../../src/serial"}
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 futures = "0.3.25"
 futures-rustls = "0.22.2"
 rustls-pemfile = "1.0.1"
@@ -27,7 +27,7 @@ crypto_box = "0.8.2"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 log = "0.4.17"
 simplelog = "0.12.0"
 fxhash = "0.2.1"

+ 2 - 2
bin/ircd2/Cargo.toml

@@ -13,7 +13,7 @@ darkfi = {path = "../../", features = ["net", "rpc", "bs58"]}
 darkfi-serial = {path = "../../src/serial"}
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 futures = "0.3.25"
 futures-rustls = "0.22.2"
 rustls-pemfile = "1.0.1"
@@ -26,7 +26,7 @@ crypto_box = "0.8.2"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 log = "0.4.17"
 simplelog = "0.12.0"
 fxhash = "0.2.1"

+ 1 - 1
bin/lilith/Cargo.toml

@@ -16,7 +16,7 @@ async-std = "1.12.0"
 async-trait = "0.1.59"
 ctrlc = { version = "3.2.3", features = ["termination"] }
 easy-parallel = "3.2.0"
-smol = "1.2.5"
+smol = "1.3.0"
 
 # Misc
 fxhash = "0.2.1"

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

@@ -11,7 +11,7 @@ repository = "https://github.com/darkrenaissance/darkfi"
 [dependencies]
 async-std = {version = "1.12.0", features = ["attributes"]}
 chrono = "0.4.23"
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 colored = "2.0.0"
 darkfi = { path = "../../../", features = ["rpc"]}
 fxhash = "0.2.1"

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

@@ -13,7 +13,7 @@ darkfi = { path = "../../../", features = ["rpc", "raft", "net", "bs58"]}
 darkfi-serial = { path = "../../../src/serial" }
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 async-std = {version = "1.12.0", features = ["attributes"]}
 async-trait = "0.1.59"
 easy-parallel = "3.2.0"

+ 1 - 1
bin/vanityaddr/Cargo.toml

@@ -10,7 +10,7 @@ edition = "2021"
 
 [dependencies]
 bs58 = "0.4.0"
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 ctrlc = "3.2.3"
 darkfi = {path = "../../", features = ["crypto"]}
 darkfi-sdk = {path = "../../src/sdk"}

+ 1 - 1
bin/zkas/Cargo.toml

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

+ 2 - 2
example/dao/Cargo.toml

@@ -11,11 +11,11 @@ darkfi-serial = {path = "../../src/serial"}
 darkfi-sdk = {path = "../../src/sdk"}
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 futures = "0.3.25"
 async-std = {version = "1.12.0", features = ["attributes"]}
 async-trait = "0.1.59"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 async-executor = "1.5.0"
 easy-parallel = "3.2.0"
 

+ 2 - 2
example/dao2/Cargo.toml

@@ -20,11 +20,11 @@ darkfi = { path = "../../", features = ["wasm-runtime"] }
 sled = "0.34.7"
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 futures = "0.3.25"
 async-std = {version = "1.12.0", features = ["attributes"]}
 async-trait = "0.1.59"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 async-executor = "1.5.0"
 easy-parallel = "3.2.0"
 

+ 1 - 1
example/dchat/Cargo.toml

@@ -18,7 +18,7 @@ darkfi-serial = {path = "../../src/serial"}
 async-std = "1.12.0"
 async-trait = "0.1.59"
 easy-parallel = "3.2.0"
-smol = "1.2.5"
+smol = "1.3.0"
 num_cpus = "1.14.0"
 
 log = "0.4.17"

+ 3 - 3
example/p2pdebug/Cargo.toml

@@ -12,11 +12,11 @@ edition = "2021"
 [dependencies]
 darkfi = {path = "../../", features = ["net", "rpc"]}
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 futures = "0.3.25"
 async-std = "1.12.0"
 async-trait = "0.1.59"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 async-executor = "1.5.0"
 easy-parallel = "3.2.0"
 
@@ -24,7 +24,7 @@ easy-parallel = "3.2.0"
 rand = "0.8.5"
 
 # Misc
-clap = {version = "4.0.28", features = ["derive"]}
+clap = {version = "4.0.29", features = ["derive"]}
 log = "0.4.17"
 simplelog = "0.12.0"
 fxhash = "0.2.1"

+ 1 - 1
script/research/crypsinous_playground/Cargo.toml

@@ -21,7 +21,7 @@ async-std = "1.12.0"
 async-trait = "0.1.59"
 ctrlc = { version = "3.2.3", features = ["termination"] }
 easy-parallel = "3.2.0"
-smol = "1.2.5"
+smol = "1.3.0"
 
 # Argument parsing
 serde = "1.0.148"

+ 1 - 1
script/research/dhtd/Cargo.toml

@@ -10,7 +10,7 @@ path = "../../../"
 features = ["dht"]
 
 [dependencies]
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 async-executor = "1.5.0"
 async-std = "1.12.0"
 async-trait = "0.1.59"

+ 2 - 2
script/research/raft-diag/Cargo.toml

@@ -10,10 +10,10 @@ edition = "2021"
 darkfi = {path = "../../../", features = ["raft"]}
 
 # Async
-smol = "1.2.5"
+smol = "1.3.0"
 async-std = {version = "1.12.0", features = ["attributes"]}
 async-trait = "0.1.59"
-async-channel = "1.7.1"
+async-channel = "1.8.0"
 async-executor = "1.5.0"
 easy-parallel = "3.2.0"
 futures = "0.3.25"