chore: Update crate dependencies

This commit is contained in:
parazyd
2023-06-12 13:26:22 +02:00
parent 30e814cfec
commit 48ce9fd7c5
33 changed files with 143 additions and 126 deletions

125
Cargo.lock generated
View File

@@ -58,6 +58,12 @@ dependencies = [
"memchr", "memchr",
] ]
[[package]]
name = "allocator-api2"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f263788a35611fba42eb41ff811c5d0360c58b97402570312a350736e2542e"
[[package]] [[package]]
name = "alsa" name = "alsa"
version = "0.7.0" version = "0.7.0"
@@ -486,9 +492,9 @@ dependencies = [
[[package]] [[package]]
name = "blake3" name = "blake3"
version = "1.3.3" version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" checksum = "729b71f35bd3fa1a4c86b85d32c8b9069ea7fe14f7a53cfabb65f62d4265b888"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"arrayvec", "arrayvec",
@@ -525,11 +531,11 @@ dependencies = [
[[package]] [[package]]
name = "bridgetree" name = "bridgetree"
version = "0.2.0" version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63489cf3bacd4322a34940b86bf68dc51fb37669203059242c8dd37fa5a76daa" checksum = "3a813dadc684e4c78a4547757debd99666282545d90e4ccc3210913ed4337ad2"
dependencies = [ dependencies = [
"serde", "incrementalmerkletree",
] ]
[[package]] [[package]]
@@ -738,9 +744,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.3.2" version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "401a4694d2bf92537b6867d94de48c4842089645fdcdf6c71865b175d836e9c2" checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@@ -749,9 +755,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.3.1" version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980" checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@@ -766,7 +772,7 @@ version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b" checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
dependencies = [ dependencies = [
"clap 4.3.2", "clap 4.3.3",
] ]
[[package]] [[package]]
@@ -859,9 +865,9 @@ checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
[[package]] [[package]]
name = "constant_time_eq" name = "constant_time_eq"
version = "0.2.5" version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6"
[[package]] [[package]]
name = "core-foundation" name = "core-foundation"
@@ -1281,7 +1287,7 @@ dependencies = [
"blake3", "blake3",
"bs58", "bs58",
"chrono", "chrono",
"clap 4.3.2", "clap 4.3.3",
"crypto_api_chachapoly", "crypto_api_chachapoly",
"darkfi-derive", "darkfi-derive",
"darkfi-derive-internal", "darkfi-derive-internal",
@@ -1486,7 +1492,7 @@ dependencies = [
"async-trait", "async-trait",
"bs58", "bs58",
"chrono", "chrono",
"clap 4.3.2", "clap 4.3.3",
"crypto_box", "crypto_box",
"darkfi", "darkfi",
"darkfi-serial", "darkfi-serial",
@@ -1805,7 +1811,7 @@ version = "0.4.1"
dependencies = [ dependencies = [
"async-channel", "async-channel",
"async-std", "async-std",
"clap 4.3.2", "clap 4.3.3",
"darkfi", "darkfi",
"easy-parallel", "easy-parallel",
"hex", "hex",
@@ -1835,7 +1841,7 @@ dependencies = [
"async-std", "async-std",
"blake3", "blake3",
"bs58", "bs58",
"clap 4.3.2", "clap 4.3.3",
"clap_complete", "clap_complete",
"darkfi", "darkfi",
"darkfi-dao-contract", "darkfi-dao-contract",
@@ -2198,7 +2204,7 @@ name = "fu"
version = "0.4.1" version = "0.4.1"
dependencies = [ dependencies = [
"async-std", "async-std",
"clap 4.3.2", "clap 4.3.3",
"darkfi", "darkfi",
"log", "log",
"serde_json", "serde_json",
@@ -2393,7 +2399,7 @@ name = "genev"
version = "0.4.1" version = "0.4.1"
dependencies = [ dependencies = [
"async-std", "async-std",
"clap 4.3.2", "clap 4.3.3",
"darkfi", "darkfi",
"darkfi-serial", "darkfi-serial",
"log", "log",
@@ -2425,9 +2431,9 @@ dependencies = [
[[package]] [[package]]
name = "getrandom" name = "getrandom"
version = "0.2.9" version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
@@ -2537,20 +2543,21 @@ dependencies = [
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.13.2" version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
dependencies = [ dependencies = [
"ahash 0.8.3", "ahash 0.8.3",
"allocator-api2",
] ]
[[package]] [[package]]
name = "hashlink" name = "hashlink"
version = "0.8.2" version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0761a1b9491c4f2e3d66aa0f62d0fba0af9a0e2852e4d48ea506632a4b56e6aa" checksum = "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f"
dependencies = [ dependencies = [
"hashbrown 0.13.2", "hashbrown 0.14.0",
] ]
[[package]] [[package]]
@@ -2620,9 +2627,9 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]] [[package]]
name = "iana-time-zone" name = "iana-time-zone"
version = "0.1.56" version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [ dependencies = [
"android_system_properties", "android_system_properties",
"core-foundation-sys 0.8.4", "core-foundation-sys 0.8.4",
@@ -2672,6 +2679,15 @@ dependencies = [
"png", "png",
] ]
[[package]]
name = "incrementalmerkletree"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb91780c91bfc79769006a55c49127b83e1c1a6cf2b3b149ce3f247cbe342f0"
dependencies = [
"either",
]
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "1.9.3" version = "1.9.3"
@@ -2748,7 +2764,7 @@ dependencies = [
"async-trait", "async-trait",
"bs58", "bs58",
"chrono", "chrono",
"clap 4.3.2", "clap 4.3.3",
"crypto_box", "crypto_box",
"ctrlc", "ctrlc",
"darkfi", "darkfi",
@@ -2888,9 +2904,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.144" version = "0.2.146"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
[[package]] [[package]]
name = "libloading" name = "libloading"
@@ -2967,9 +2983,9 @@ dependencies = [
[[package]] [[package]]
name = "log" name = "log"
version = "0.4.18" version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
dependencies = [ dependencies = [
"value-bag", "value-bag",
] ]
@@ -3531,9 +3547,9 @@ dependencies = [
[[package]] [[package]]
name = "png" name = "png"
version = "0.17.8" version = "0.17.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crc32fast", "crc32fast",
@@ -3631,9 +3647,9 @@ dependencies = [
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.59" version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]
@@ -3791,7 +3807,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
dependencies = [ dependencies = [
"pem", "pem",
"ring", "ring",
"time 0.3.21", "time 0.3.22",
"yasna", "yasna",
] ]
@@ -3975,9 +3991,9 @@ dependencies = [
[[package]] [[package]]
name = "rustix" name = "rustix"
version = "0.37.19" version = "0.37.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"errno", "errno",
@@ -4123,9 +4139,9 @@ dependencies = [
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.163" version = "1.0.164"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
dependencies = [ dependencies = [
"serde_derive", "serde_derive",
] ]
@@ -4143,9 +4159,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.163" version = "1.0.164"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -4262,7 +4278,7 @@ checksum = "acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369"
dependencies = [ dependencies = [
"log", "log",
"termcolor", "termcolor",
"time 0.3.21", "time 0.3.22",
] ]
[[package]] [[package]]
@@ -4639,7 +4655,7 @@ version = "0.4.1"
dependencies = [ dependencies = [
"async-std", "async-std",
"chrono", "chrono",
"clap 4.3.2", "clap 4.3.3",
"colored", "colored",
"darkfi", "darkfi",
"log", "log",
@@ -4683,15 +4699,16 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.5.0" version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
dependencies = [ dependencies = [
"autocfg",
"cfg-if", "cfg-if",
"fastrand", "fastrand",
"redox_syscall 0.3.5", "redox_syscall 0.3.5",
"rustix", "rustix",
"windows-sys 0.45.0", "windows-sys 0.48.0",
] ]
[[package]] [[package]]
@@ -4800,9 +4817,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.3.21" version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc" checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
dependencies = [ dependencies = [
"itoa", "itoa",
"libc", "libc",
@@ -5101,7 +5118,7 @@ name = "vanityaddr"
version = "0.4.1" version = "0.4.1"
dependencies = [ dependencies = [
"bs58", "bs58",
"clap 4.3.2", "clap 4.3.3",
"ctrlc", "ctrlc",
"darkfi", "darkfi",
"darkfi-sdk", "darkfi-sdk",
@@ -5765,7 +5782,7 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [ dependencies = [
"time 0.3.21", "time 0.3.22",
] ]
[[package]] [[package]]
@@ -5804,7 +5821,7 @@ dependencies = [
name = "zkas" name = "zkas"
version = "0.4.1" version = "0.4.1"
dependencies = [ dependencies = [
"clap 4.3.2", "clap 4.3.3",
"darkfi", "darkfi",
] ]
@@ -5812,7 +5829,7 @@ dependencies = [
name = "zktool" name = "zktool"
version = "0.4.1" version = "0.4.1"
dependencies = [ dependencies = [
"clap 4.3.2", "clap 4.3.3",
"darkfi", "darkfi",
"darkfi-sdk", "darkfi-sdk",
] ]

View File

@@ -58,7 +58,7 @@ members = [
[dependencies] [dependencies]
# Hard dependencies # Hard dependencies
libc = "0.2.144" libc = "0.2.144"
log = "0.4.18" log = "0.4.19"
thiserror = "1.0.40" thiserror = "1.0.40"
# async-runtime # async-runtime
@@ -82,7 +82,7 @@ rustls-pemfile = {version = "1.0.2", optional = true}
bs58 = {version = "0.5.0", optional = true} bs58 = {version = "0.5.0", optional = true}
hex = {version = "0.4.3", optional = true} hex = {version = "0.4.3", optional = true}
serde_json = {version = "1.0.96", optional = true} serde_json = {version = "1.0.96", optional = true}
serde = {version = "1.0.163", features = ["derive"], optional = true} serde = {version = "1.0.164", features = ["derive"], optional = true}
structopt = {version= "0.3.26", optional = true} structopt = {version= "0.3.26", optional = true}
structopt-toml = {version= "0.5.1", optional = true} structopt-toml = {version= "0.5.1", optional = true}
toml = {version = "0.7.4", optional = true} toml = {version = "0.7.4", optional = true}
@@ -115,7 +115,7 @@ fast-socks5 = {version = "0.4.3", optional = true}
# Crypto # Crypto
rand = {version = "0.8.5", optional = true} rand = {version = "0.8.5", optional = true}
blake3 = {version = "1.3.3", features = ["rayon"], optional = true} blake3 = {version = "1.4.0", features = ["rayon"], optional = true}
crypto_api_chachapoly = {version = "0.5.0", optional = true} crypto_api_chachapoly = {version = "0.5.0", optional = true}
halo2_proofs = {version = "0.3.0", optional = true} halo2_proofs = {version = "0.3.0", optional = true}
halo2_gadgets = {version = "0.3.0", optional = true} halo2_gadgets = {version = "0.3.0", optional = true}
@@ -134,7 +134,7 @@ sled = {version = "0.34.7", optional = true}
sled-overlay = {version = "0.0.4", optional = true} sled-overlay = {version = "0.0.4", optional = true}
[dev-dependencies] [dev-dependencies]
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
halo2_proofs = {version = "0.3.0", features = ["dev-graph", "gadget-traces", "sanity-checks"]} halo2_proofs = {version = "0.3.0", features = ["dev-graph", "gadget-traces", "sanity-checks"]}
halo2_gadgets = {version = "0.3.0", features = ["test-dev-graph", "test-dependencies"]} halo2_gadgets = {version = "0.3.0", features = ["test-dev-graph", "test-dependencies"]}
plotters = "0.3.4" plotters = "0.3.4"

View File

@@ -26,15 +26,15 @@ easy-parallel = "3.3.0"
rand = "0.8.5" rand = "0.8.5"
# Misc # Misc
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
log = "0.4.18" log = "0.4.19"
num_cpus = "1.15.0" num_cpus = "1.15.0"
simplelog = "0.12.1" simplelog = "0.12.1"
thiserror = "1.0.40" thiserror = "1.0.40"
url = "2.4.0" url = "2.4.0"
# Encoding and parsing # Encoding and parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.96" serde_json = "1.0.96"
# Bitcoin bridge dependencies # Bitcoin bridge dependencies

View File

@@ -11,14 +11,14 @@ edition = "2021"
[dependencies] [dependencies]
async-std = "1.12.0" async-std = "1.12.0"
async-trait = "0.1.68" async-trait = "0.1.68"
blake3 = "1.3.3" blake3 = "1.4.0"
bs58 = "0.5.0" bs58 = "0.5.0"
ctrlc = { version = "3.4.0", features = ["termination"] } ctrlc = { version = "3.4.0", features = ["termination"] }
darkfi = {path = "../../", features = ["blockchain", "wallet", "rpc", "net"]} darkfi = {path = "../../", features = ["blockchain", "wallet", "rpc", "net"]}
darkfi-sdk = {path = "../../src/sdk"} darkfi-sdk = {path = "../../src/sdk"}
darkfi-serial = {path = "../../src/serial"} darkfi-serial = {path = "../../src/serial"}
easy-parallel = "3.3.0" easy-parallel = "3.3.0"
log = "0.4.18" log = "0.4.19"
serde_json = "1.0.96" serde_json = "1.0.96"
simplelog = "0.12.1" simplelog = "0.12.1"
sled = "0.34.7" sled = "0.34.7"
@@ -27,6 +27,6 @@ sqlx = {version = "0.6.3", features = ["runtime-async-std-rustls", "sqlite"]}
url = "2.4.0" url = "2.4.0"
# Argument parsing # Argument parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"

View File

@@ -29,8 +29,8 @@ rand = "0.8.5"
sled = "0.34.7" sled = "0.34.7"
# Misc # Misc
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
log = "0.4.18" log = "0.4.19"
simplelog = "0.12.1" simplelog = "0.12.1"
signal-hook-async-std = "0.2.2" signal-hook-async-std = "0.2.2"
signal-hook = "0.3.15" signal-hook = "0.3.15"
@@ -40,7 +40,7 @@ ripemd = "0.1.3"
# Encoding and parsing # Encoding and parsing
serde_json = "1.0.96" serde_json = "1.0.96"
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"
bs58 = "0.5.0" bs58 = "0.5.0"

View File

@@ -19,12 +19,12 @@ async-channel = "1.8.0"
futures = "0.3.28" futures = "0.3.28"
# Misc # Misc
log = "0.4.18" log = "0.4.19"
simplelog = "0.12.1" simplelog = "0.12.1"
rand = "0.8.5" rand = "0.8.5"
url = "2.4.0" url = "2.4.0"
# Encoding and parsing # Encoding and parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.96" serde_json = "1.0.96"
structopt = "0.3.26" structopt = "0.3.26"

View File

@@ -11,7 +11,7 @@ edition = "2021"
[dependencies] [dependencies]
async-std = "1.12.0" async-std = "1.12.0"
async-trait = "0.1.68" async-trait = "0.1.68"
blake3 = "1.3.3" blake3 = "1.4.0"
bs58 = "0.5.0" bs58 = "0.5.0"
darkfi = {path = "../../../", features = ["raft", "rpc", "util"]} darkfi = {path = "../../../", features = ["raft", "rpc", "util"]}
darkfi-serial = {path = "../../../src/serial"} darkfi-serial = {path = "../../../src/serial"}
@@ -19,9 +19,9 @@ dryoc = "0.5.0"
easy-parallel = "3.3.0" easy-parallel = "3.3.0"
futures = "0.3.28" futures = "0.3.28"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.18" log = "0.4.19"
serde = "1.0.163" serde = "1.0.164"
serde_derive = "1.0.163" serde_derive = "1.0.164"
serde_json = "1.0.96" serde_json = "1.0.96"
signal-hook-async-std = "0.2.2" signal-hook-async-std = "0.2.2"
signal-hook = "0.3.15" signal-hook = "0.3.15"

View File

@@ -11,11 +11,11 @@ edition = "2021"
[dependencies] [dependencies]
async-std = {version = "1.12.0", features = ["attributes"]} async-std = {version = "1.12.0", features = ["attributes"]}
async-trait = "0.1.68" async-trait = "0.1.68"
blake3 = "1.3.3" blake3 = "1.4.0"
darkfi = {path = "../../../", features = ["dht"]} darkfi = {path = "../../../", features = ["dht"]}
darkfi-serial = {path = "../../../src/serial", features = ["derive", "crypto"]} darkfi-serial = {path = "../../../src/serial", features = ["derive", "crypto"]}
easy-parallel = "3.3.0" easy-parallel = "3.3.0"
log = "0.4.18" log = "0.4.19"
rand = "0.8.5" rand = "0.8.5"
simplelog = "0.12.1" simplelog = "0.12.1"
smol = "1.3.0" smol = "1.3.0"

View File

@@ -24,14 +24,14 @@ easy-parallel = "3.3.0"
async-channel = "1.8.0" async-channel = "1.8.0"
# Misc # Misc
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
rand = "0.8.5" rand = "0.8.5"
simplelog = "0.12.1" simplelog = "0.12.1"
log = "0.4.18" log = "0.4.19"
url = "2.4.0" url = "2.4.0"
thiserror = "1.0.40" thiserror = "1.0.40"
# Encoding and parsing # Encoding and parsing
serde_json = "1.0.96" serde_json = "1.0.96"
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
hex = "0.4.3" hex = "0.4.3"

View File

@@ -11,9 +11,9 @@ edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.71" anyhow = "1.0.71"
async-std = {version = "1.12.0", features = ["attributes"]} async-std = {version = "1.12.0", features = ["attributes"]}
blake3 = "1.3.3" blake3 = "1.4.0"
bs58 = "0.5.0" bs58 = "0.5.0"
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
clap_complete = "4.3.1" clap_complete = "4.3.1"
darkfi = {path = "../../", features = ["blockchain", "rpc", "util", "wallet"]} darkfi = {path = "../../", features = ["blockchain", "rpc", "util", "wallet"]}
darkfi-sdk = {path = "../../src/sdk"} darkfi-sdk = {path = "../../src/sdk"}

View File

@@ -11,14 +11,14 @@ edition = "2021"
[dependencies] [dependencies]
async-std = "1.12.0" async-std = "1.12.0"
async-trait = "0.1.68" async-trait = "0.1.68"
blake3 = "1.3.3" blake3 = "1.4.0"
chrono = "0.4.26" chrono = "0.4.26"
darkfi = {path = "../../", features = ["blockchain", "wallet", "rpc", "net", "zkas"]} darkfi = {path = "../../", features = ["blockchain", "wallet", "rpc", "net", "zkas"]}
darkfi-serial = {path = "../../src/serial"} darkfi-serial = {path = "../../src/serial"}
darkfi-sdk = {path = "../../src/sdk"} darkfi-sdk = {path = "../../src/sdk"}
darkfi-money-contract = {path = "../../src/contract/money", features = ["no-entrypoint", "client"]} darkfi-money-contract = {path = "../../src/contract/money", features = ["no-entrypoint", "client"]}
easy-parallel = "3.3.0" easy-parallel = "3.3.0"
log = "0.4.18" log = "0.4.19"
rand = "0.8.5" rand = "0.8.5"
serde_json = "1.0.96" serde_json = "1.0.96"
signal-hook = "0.3.15" signal-hook = "0.3.15"
@@ -30,6 +30,6 @@ sqlx = {version = "0.6.3", features = ["runtime-async-std-rustls", "sqlite"]}
url = "2.4.0" url = "2.4.0"
# Argument parsing # Argument parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"

View File

@@ -15,8 +15,8 @@ darkfi = {path = "../../../", features = ["util", "rpc"]}
async-std = {version = "1.12.0", features = ["attributes"]} async-std = {version = "1.12.0", features = ["attributes"]}
# Misc # Misc
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
log = "0.4.18" log = "0.4.19"
serde_json = "1.0.96" serde_json = "1.0.96"
simplelog = "0.12.1" simplelog = "0.12.1"
url = "2.4.0" url = "2.4.0"

View File

@@ -20,13 +20,13 @@ easy-parallel = "3.3.0"
smol = "1.3.0" smol = "1.3.0"
# Misc # Misc
blake3 = "1.3.3" blake3 = "1.4.0"
log = "0.4.18" log = "0.4.19"
serde_json = "1.0.96" serde_json = "1.0.96"
simplelog = "0.12.1" simplelog = "0.12.1"
url = "2.4.0" url = "2.4.0"
# Argument parsing # Argument parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"

View File

@@ -13,10 +13,10 @@ darkfi = {path = "../../../", features = ["event-graph", "rpc", "bs58"]}
darkfi-serial = {path = "../../../src/serial"} darkfi-serial = {path = "../../../src/serial"}
async-std = {version = "1.12.0", features = ["attributes"]} async-std = {version = "1.12.0", features = ["attributes"]}
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
log = "0.4.18" log = "0.4.19"
simplelog = "0.12.1" simplelog = "0.12.1"
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.96" serde_json = "1.0.96"
url = "2.4.0" url = "2.4.0"

View File

@@ -18,11 +18,11 @@ ctrlc = { version = "3.4.0", features = ["termination"] }
easy-parallel = "3.3.0" easy-parallel = "3.3.0"
simplelog = "0.12.1" simplelog = "0.12.1"
smol = "1.3.0" smol = "1.3.0"
log = "0.4.18" log = "0.4.19"
url = "2.4.0" url = "2.4.0"
# Argument parsing # Argument parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.96" serde_json = "1.0.96"
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"

View File

@@ -27,8 +27,8 @@ crypto_box = "0.8.2"
rand = "0.8.5" rand = "0.8.5"
# Misc # Misc
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
log = "0.4.18" log = "0.4.19"
simplelog = "0.12.1" simplelog = "0.12.1"
ctrlc = { version = "3.4.0", features = ["termination"] } ctrlc = { version = "3.4.0", features = ["termination"] }
url = "2.4.0" url = "2.4.0"
@@ -37,7 +37,7 @@ ripemd = "0.1.3"
# Encoding and parsing # Encoding and parsing
serde_json = "1.0.96" serde_json = "1.0.96"
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"
bs58 = "0.5.0" bs58 = "0.5.0"

View File

@@ -19,13 +19,13 @@ easy-parallel = "3.3.0"
smol = "1.3.0" smol = "1.3.0"
# Misc # Misc
log = "0.4.18" log = "0.4.19"
serde_json = "1.0.96" serde_json = "1.0.96"
simplelog = "0.12.1" simplelog = "0.12.1"
url = "2.4.0" url = "2.4.0"
# Argument parsing # Argument parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"
toml = "0.7.4" toml = "0.7.4"

View File

@@ -17,7 +17,7 @@ async-std = {version = "1.12.0", features = ["attributes"]}
# Misc # Misc
chrono = "0.4.26" chrono = "0.4.26"
colored = "2.0.0" colored = "2.0.0"
log = "0.4.18" log = "0.4.19"
prettytable-rs = "0.10.0" prettytable-rs = "0.10.0"
simplelog = "0.12.1" simplelog = "0.12.1"
term_grid = { git = "https://github.com/Dastan-glitch/rust-term-grid.git" } term_grid = { git = "https://github.com/Dastan-glitch/rust-term-grid.git" }
@@ -25,6 +25,6 @@ textwrap = "0.16.0"
url = "2.4.0" url = "2.4.0"
# Encoding and parsing # Encoding and parsing
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.96" serde_json = "1.0.96"

View File

@@ -21,7 +21,7 @@ futures = "0.3.28"
# Misc # Misc
libc = "0.2.144" libc = "0.2.144"
log = "0.4.18" log = "0.4.19"
simplelog = "0.12.1" simplelog = "0.12.1"
rand = "0.8.5" rand = "0.8.5"
chrono = "0.4.26" chrono = "0.4.26"
@@ -30,7 +30,7 @@ ctrlc = { version = "3.4.0", features = ["termination"] }
url = "2.4.0" url = "2.4.0"
# Encoding and parsing # Encoding and parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.96" serde_json = "1.0.96"
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"

View File

@@ -10,7 +10,7 @@ edition = "2021"
[dependencies] [dependencies]
bs58 = "0.5.0" bs58 = "0.5.0"
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
ctrlc = "3.4.0" ctrlc = "3.4.0"
darkfi = {path = "../../"} darkfi = {path = "../../"}
darkfi-sdk = {path = "../../src/sdk"} darkfi-sdk = {path = "../../src/sdk"}

View File

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

View File

@@ -9,7 +9,7 @@ license = "AGPL-3.0-only"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
darkfi = {path = "../../", features = ["zkas"]} darkfi = {path = "../../", features = ["zkas"]}
darkfi-sdk = {path = "../../src/sdk"} darkfi-sdk = {path = "../../src/sdk"}

View File

@@ -20,11 +20,11 @@ async-trait = "0.1.68"
easy-parallel = "3.3.0" easy-parallel = "3.3.0"
smol = "1.3.0" smol = "1.3.0"
log = "0.4.18" log = "0.4.19"
simplelog = "0.12.1" simplelog = "0.12.1"
url = "2.4.0" url = "2.4.0"
serde_json = "1.0.96" serde_json = "1.0.96"
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
toml = "0.7.4" toml = "0.7.4"
# ANCHOR_END: dependencies # ANCHOR_END: dependencies

View File

@@ -24,8 +24,8 @@ easy-parallel = "3.3.0"
rand = "0.8.5" rand = "0.8.5"
# Misc # Misc
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
log = "0.4.18" log = "0.4.19"
simplelog = "0.12.1" simplelog = "0.12.1"
fxhash = "0.2.1" fxhash = "0.2.1"
url = "2.4.0" url = "2.4.0"

View File

@@ -10,8 +10,8 @@ edition = "2021"
[workspace] [workspace]
[dependencies] [dependencies]
blake3 = "1.3.3" blake3 = "1.4.0"
clap = {version = "4.3.2", features = ["derive"]} clap = {version = "4.3.3", features = ["derive"]}
darkfi = {path = "../../../", features = ["blockchain", "wallet", "rpc"]} darkfi = {path = "../../../", features = ["blockchain", "wallet", "rpc"]}
darkfi-sdk = {path = "../../../src/sdk"} darkfi-sdk = {path = "../../../src/sdk"}
sled = "0.34.7" sled = "0.34.7"

View File

@@ -14,18 +14,18 @@ async-channel = "1.8.0"
async-executor = "1.5.1" async-executor = "1.5.1"
async-std = "1.12.0" async-std = "1.12.0"
async-trait = "0.1.68" async-trait = "0.1.68"
blake3 = "1.3.3" blake3 = "1.4.0"
ctrlc = { version = "3.4.0", features = ["termination"] } ctrlc = { version = "3.4.0", features = ["termination"] }
easy-parallel = "3.3.0" easy-parallel = "3.3.0"
futures-lite = "1.13.0" futures-lite = "1.13.0"
log = "0.4.18" log = "0.4.19"
serde_json = "1.0.96" serde_json = "1.0.96"
simplelog = "0.12.1" simplelog = "0.12.1"
url = "2.4.0" url = "2.4.0"
# Argument parsing # Argument parsing
serde = "1.0.163" serde = "1.0.164"
serde_derive = "1.0.163" serde_derive = "1.0.164"
structopt = "0.3.26" structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"

View File

@@ -19,7 +19,7 @@ easy-parallel = "3.3.0"
futures = "0.3.28" futures = "0.3.28"
# Misc # Misc
log = "0.4.18" log = "0.4.19"
simplelog = "0.12.1" simplelog = "0.12.1"
rand = "0.8.5" rand = "0.8.5"
chrono = "0.4.26" chrono = "0.4.26"
@@ -29,7 +29,7 @@ url = "2.4.0"
fxhash = "0.2.1" fxhash = "0.2.1"
# Encoding and parsing # Encoding and parsing
serde = {version = "1.0.163", features = ["derive"]} serde = {version = "1.0.164", features = ["derive"]}
serde_json = "1.0.96" serde_json = "1.0.96"
structopt = "0.3.26" structopt = "0.3.26"
hex = "0.4.3" hex = "0.4.3"

View File

@@ -19,7 +19,7 @@ bs58 = "0.5.0"
chacha20poly1305 = { version = "0.10.1", optional = true } chacha20poly1305 = { version = "0.10.1", optional = true }
darkfi = { path = "../../../", features = ["zk", "rpc", "blockchain"], optional = true } darkfi = { path = "../../../", features = ["zk", "rpc", "blockchain"], optional = true }
halo2_proofs = { version = "0.3.0", optional = true } halo2_proofs = { version = "0.3.0", optional = true }
log = { version = "0.4.18", optional = true } log = { version = "0.4.19", optional = true }
rand = { version = "0.8.5", optional = true } rand = { version = "0.8.5", optional = true }
# These are used just for the integration tests # These are used just for the integration tests

View File

@@ -19,7 +19,7 @@ thiserror = "1.0.40"
chacha20poly1305 = { version = "0.10.1", optional = true } chacha20poly1305 = { version = "0.10.1", optional = true }
darkfi = { path = "../../../", features = ["zk", "rpc", "blockchain"], optional = true } darkfi = { path = "../../../", features = ["zk", "rpc", "blockchain"], optional = true }
halo2_proofs = { version = "0.3.0", optional = true } halo2_proofs = { version = "0.3.0", optional = true }
log = { version = "0.4.18", optional = true } log = { version = "0.4.19", optional = true }
rand = { version = "0.8.5", optional = true } rand = { version = "0.8.5", optional = true }
# These are used just for the integration tests # These are used just for the integration tests

View File

@@ -23,10 +23,10 @@ bs58 = "0.5.0"
# Cryptography # Cryptography
blake2b_simd = "1.0.1" blake2b_simd = "1.0.1"
blake3 = "1.3.3" blake3 = "1.4.0"
chacha20poly1305 = "0.10.1" chacha20poly1305 = "0.10.1"
halo2_gadgets = "0.3.0" halo2_gadgets = "0.3.0"
bridgetree = "0.2.0" bridgetree = "0.3.0"
num-bigint = "0.4.3" num-bigint = "0.4.3"
num-traits = "0.2.15" num-traits = "0.2.15"
pasta_curves = "0.5.1" pasta_curves = "0.5.1"

View File

@@ -13,8 +13,8 @@ darkfi-derive = {version = "0.4.1", path = "./derive", optional = true}
futures-lite = {version = "1.13.0", optional = true} futures-lite = {version = "1.13.0", optional = true}
# Supported types for encoding # Supported types for encoding
blake3 = {version = "1.3.3", optional = true} blake3 = {version = "1.4.0", optional = true}
bridgetree = {version = "0.2.0", optional = true} bridgetree = {version = "0.3.0", optional = true}
pasta_curves = {version = "0.5.1", optional = true} pasta_curves = {version = "0.5.1", optional = true}
url = {version = "2.4.0", optional = true} url = {version = "2.4.0", optional = true}

View File

@@ -9,6 +9,6 @@ license = "AGPL-3.0-only"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
proc-macro2 = "1.0.59" proc-macro2 = "1.0.60"
quote = "1.0.28" quote = "1.0.28"
syn = {version = "1.0.109", features = ["full", "fold"]} syn = {version = "1.0.109", features = ["full", "fold"]}

View File

@@ -13,7 +13,7 @@ proc-macro = true
[dependencies] [dependencies]
proc-macro-crate = "1.3.1" proc-macro-crate = "1.3.1"
proc-macro2 = "1.0.59" proc-macro2 = "1.0.60"
syn = {version = "1.0.109", features = ["full", "fold"]} syn = {version = "1.0.109", features = ["full", "fold"]}
darkfi-derive-internal = {version = "0.4.1", path = "../derive-internal"} darkfi-derive-internal = {version = "0.4.1", path = "../derive-internal"}