mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
chore: Update crate dependencies
This commit is contained in:
43
Cargo.lock
generated
43
Cargo.lock
generated
@@ -1105,9 +1105,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cc"
|
name = "cc"
|
||||||
version = "1.0.89"
|
version = "1.0.90"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723"
|
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jobserver",
|
"jobserver",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -1166,9 +1166,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.34"
|
version = "0.4.35"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
|
checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android-tzdata",
|
"android-tzdata",
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
@@ -1227,9 +1227,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.5.1"
|
version = "4.5.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
|
checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
@@ -1237,9 +1237,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.5.1"
|
version = "4.5.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
|
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@@ -1851,7 +1851,7 @@ dependencies = [
|
|||||||
"blake3 1.5.0",
|
"blake3 1.5.0",
|
||||||
"bs58",
|
"bs58",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 4.5.1",
|
"clap 4.5.2",
|
||||||
"crypto_api_chachapoly",
|
"crypto_api_chachapoly",
|
||||||
"darkfi-derive",
|
"darkfi-derive",
|
||||||
"darkfi-sdk",
|
"darkfi-sdk",
|
||||||
@@ -3297,7 +3297,7 @@ dependencies = [
|
|||||||
name = "genev"
|
name = "genev"
|
||||||
version = "0.4.1"
|
version = "0.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.5.1",
|
"clap 4.5.2",
|
||||||
"darkfi",
|
"darkfi",
|
||||||
"darkfi-serial",
|
"darkfi-serial",
|
||||||
"genevd",
|
"genevd",
|
||||||
@@ -3441,7 +3441,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "halo2_gadgets"
|
name = "halo2_gadgets"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/parazyd/halo2?branch=v4#397c77cf97e30587d4cdc9676679c6def268daca"
|
source = "git+https://github.com/parazyd/halo2?branch=v4#415d83d7f8055aacf6a4d0a3666540dd8c85220c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec 0.7.4",
|
"arrayvec 0.7.4",
|
||||||
"bitvec",
|
"bitvec",
|
||||||
@@ -3459,7 +3459,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "halo2_proofs"
|
name = "halo2_proofs"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/parazyd/halo2?branch=v4#397c77cf97e30587d4cdc9676679c6def268daca"
|
source = "git+https://github.com/parazyd/halo2?branch=v4#415d83d7f8055aacf6a4d0a3666540dd8c85220c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2b_simd",
|
"blake2b_simd",
|
||||||
"ff",
|
"ff",
|
||||||
@@ -3983,9 +3983,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libloading"
|
name = "libloading"
|
||||||
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 = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164"
|
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"windows-targets 0.52.4",
|
"windows-targets 0.52.4",
|
||||||
@@ -4272,7 +4272,8 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "monero"
|
name = "monero"
|
||||||
version = "0.20.0"
|
version = "0.20.0"
|
||||||
source = "git+https://github.com/monero-rs/monero-rs?branch=main#e75222621b1c52e07df9a40dac78238b22997493"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "1b205707fd34b01a547f2fe77e687b40fed05966fb82e955b86ac55cd8ee31b5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base58-monero",
|
"base58-monero",
|
||||||
"curve25519-dalek",
|
"curve25519-dalek",
|
||||||
@@ -4714,8 +4715,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pathfinder_simd"
|
name = "pathfinder_simd"
|
||||||
version = "0.5.2"
|
version = "0.5.3"
|
||||||
source = "git+https://github.com/sagudev/pathfinder?branch=no_platform_instintcs#6a818eb3bba9d795c303ddab9650143b28991d89"
|
source = "git+https://github.com/servo/pathfinder?branch=main#dc6034f6661eaee5e38c7888f7e40fe6699543c1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustc_version 0.4.0",
|
"rustc_version 0.4.0",
|
||||||
]
|
]
|
||||||
@@ -4795,18 +4796,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project"
|
name = "pin-project"
|
||||||
version = "1.1.4"
|
version = "1.1.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0"
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pin-project-internal",
|
"pin-project-internal",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-internal"
|
name = "pin-project-internal"
|
||||||
version = "1.1.4"
|
version = "1.1.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690"
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ toml = {version = "0.8.10", optional = true}
|
|||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
# TODO: check chrono usage and impl our own
|
# TODO: check chrono usage and impl our own
|
||||||
chrono = {version = "0.4.34", optional = true}
|
chrono = {version = "0.4.35", optional = true}
|
||||||
darkfi-serial = {path = "src/serial", optional = true}
|
darkfi-serial = {path = "src/serial", optional = true}
|
||||||
darkfi-derive = {path = "src/serial/derive", optional = true}
|
darkfi-derive = {path = "src/serial/derive", optional = true}
|
||||||
lazy_static = {version = "1.4.0", optional = true}
|
lazy_static = {version = "1.4.0", optional = true}
|
||||||
@@ -125,7 +125,7 @@ sled-overlay = {version = "0.0.8", optional = true}
|
|||||||
randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}
|
randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
clap = {version = "4.5.1", features = ["derive"]}
|
clap = {version = "4.5.2", features = ["derive"]}
|
||||||
halo2_proofs = {version = "0.3.0", features = ["dev-graph", "sanity-checks"]}
|
halo2_proofs = {version = "0.3.0", features = ["dev-graph", "sanity-checks"]}
|
||||||
halo2_gadgets = "0.3.0"
|
halo2_gadgets = "0.3.0"
|
||||||
plotters = "0.3.5"
|
plotters = "0.3.5"
|
||||||
@@ -311,6 +311,5 @@ zkas = [
|
|||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
||||||
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
|
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
|
||||||
monero = {git="https://github.com/monero-rs/monero-rs", branch="main"}
|
|
||||||
# Temp rust nightly fix
|
# Temp rust nightly fix
|
||||||
pathfinder_simd = {git="https://github.com/sagudev/pathfinder", branch="no_platform_instintcs"}
|
pathfinder_simd = {git="https://github.com/servo/pathfinder", branch="main"}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ 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.5.1", features = ["derive"]}
|
clap = {version = "4.5.2", features = ["derive"]}
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
serde_json = "1.0.114"
|
serde_json = "1.0.114"
|
||||||
simplelog = "0.12.2"
|
simplelog = "0.12.2"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ darkfi = {path = "../../../", features = ["event-graph", "rpc", "bs58"]}
|
|||||||
darkfi-serial = {path = "../../../src/serial"}
|
darkfi-serial = {path = "../../../src/serial"}
|
||||||
|
|
||||||
smol = "1.3.0"
|
smol = "1.3.0"
|
||||||
clap = {version = "4.5.1", features = ["derive"]}
|
clap = {version = "4.5.2", features = ["derive"]}
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
simplelog = "0.12.2"
|
simplelog = "0.12.2"
|
||||||
tinyjson = "2.5.1"
|
tinyjson = "2.5.1"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ darkfi = {path = "../../../", features = ["rpc"]}
|
|||||||
taud = {path = "../taud"}
|
taud = {path = "../taud"}
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
chrono = "0.4.34"
|
chrono = "0.4.35"
|
||||||
colored = "2.1.0"
|
colored = "2.1.0"
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
prettytable-rs = "0.10.0"
|
prettytable-rs = "0.10.0"
|
||||||
@@ -25,6 +25,6 @@ textwrap = "0.16.1"
|
|||||||
url = "2.5.0"
|
url = "2.5.0"
|
||||||
|
|
||||||
# Encoding and parsing
|
# Encoding and parsing
|
||||||
clap = {version = "4.5.1", features = ["derive"]}
|
clap = {version = "4.5.2", features = ["derive"]}
|
||||||
serde = {version = "1.0.197", features = ["derive"]}
|
serde = {version = "1.0.197", features = ["derive"]}
|
||||||
tinyjson = "2.5.1"
|
tinyjson = "2.5.1"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ toml = "0.8.10"
|
|||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
async-trait = "0.1.77"
|
async-trait = "0.1.77"
|
||||||
chrono = "0.4.34"
|
chrono = "0.4.35"
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
libc = "0.2.153"
|
libc = "0.2.153"
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ easy-parallel = "3.3.1"
|
|||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
clap = {version = "4.5.1", features = ["derive"]}
|
clap = {version = "4.5.2", features = ["derive"]}
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
simplelog = "0.12.2"
|
simplelog = "0.12.2"
|
||||||
fxhash = "0.2.1"
|
fxhash = "0.2.1"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
blake3 = "1.5.0"
|
blake3 = "1.5.0"
|
||||||
clap = {version = "4.5.1", features = ["derive"]}
|
clap = {version = "4.5.2", 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"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ darkfi-serial = {path = "../../../src/serial"}
|
|||||||
# Misc
|
# Misc
|
||||||
anyhow = "1.0.80"
|
anyhow = "1.0.80"
|
||||||
async-std = {version = "1.12.0", features = ["attributes"]}
|
async-std = {version = "1.12.0", features = ["attributes"]}
|
||||||
clap = {version = "4.5.1", features = ["derive"]}
|
clap = {version = "4.5.2", features = ["derive"]}
|
||||||
sled = "0.34.7"
|
sled = "0.34.7"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
|
|||||||
Reference in New Issue
Block a user