From 8778d57b42c2120305505ed75f2025679d77b7fa Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 7 Mar 2024 14:17:17 +0100 Subject: [PATCH] chore: Update crate dependencies --- Cargo.lock | 43 ++++++++++--------- Cargo.toml | 7 ++- bin/fud/fu/Cargo.toml | 2 +- bin/genev/genev-cli/Cargo.toml | 2 +- bin/tau/tau-cli/Cargo.toml | 4 +- bin/tau/taud/Cargo.toml | 2 +- example/p2pdebug/Cargo.toml | 2 +- .../research/blockchain-explorer/Cargo.toml | 2 +- script/research/gg/Cargo.toml | 2 +- 9 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e10400c79..81fc98997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,9 +1105,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723" +checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" dependencies = [ "jobserver", "libc", @@ -1166,9 +1166,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.34" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" +checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1227,9 +1227,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" +checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" dependencies = [ "clap_builder", "clap_derive", @@ -1237,9 +1237,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", @@ -1851,7 +1851,7 @@ dependencies = [ "blake3 1.5.0", "bs58", "chrono", - "clap 4.5.1", + "clap 4.5.2", "crypto_api_chachapoly", "darkfi-derive", "darkfi-sdk", @@ -3297,7 +3297,7 @@ dependencies = [ name = "genev" version = "0.4.1" dependencies = [ - "clap 4.5.1", + "clap 4.5.2", "darkfi", "darkfi-serial", "genevd", @@ -3441,7 +3441,7 @@ dependencies = [ [[package]] name = "halo2_gadgets" 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 = [ "arrayvec 0.7.4", "bitvec", @@ -3459,7 +3459,7 @@ dependencies = [ [[package]] name = "halo2_proofs" 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 = [ "blake2b_simd", "ff", @@ -3983,9 +3983,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libloading" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164" +checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if 1.0.0", "windows-targets 0.52.4", @@ -4272,7 +4272,8 @@ dependencies = [ [[package]] name = "monero" 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 = [ "base58-monero", "curve25519-dalek", @@ -4714,8 +4715,8 @@ dependencies = [ [[package]] name = "pathfinder_simd" -version = "0.5.2" -source = "git+https://github.com/sagudev/pathfinder?branch=no_platform_instintcs#6a818eb3bba9d795c303ddab9650143b28991d89" +version = "0.5.3" +source = "git+https://github.com/servo/pathfinder?branch=main#dc6034f6661eaee5e38c7888f7e40fe6699543c1" dependencies = [ "rustc_version 0.4.0", ] @@ -4795,18 +4796,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" +checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" +checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 63c803f63..674f86856 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ toml = {version = "0.8.10", optional = true} # Utilities # 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-derive = {path = "src/serial/derive", 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} [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_gadgets = "0.3.0" plotters = "0.3.5" @@ -311,6 +311,5 @@ zkas = [ [patch.crates-io] halo2_proofs = {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 -pathfinder_simd = {git="https://github.com/sagudev/pathfinder", branch="no_platform_instintcs"} +pathfinder_simd = {git="https://github.com/servo/pathfinder", branch="main"} diff --git a/bin/fud/fu/Cargo.toml b/bin/fud/fu/Cargo.toml index badccf295..88eb12887 100644 --- a/bin/fud/fu/Cargo.toml +++ b/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.5.1", features = ["derive"]} +clap = {version = "4.5.2", features = ["derive"]} log = "0.4.21" serde_json = "1.0.114" simplelog = "0.12.2" diff --git a/bin/genev/genev-cli/Cargo.toml b/bin/genev/genev-cli/Cargo.toml index b9f19e550..6b1c9b0e2 100644 --- a/bin/genev/genev-cli/Cargo.toml +++ b/bin/genev/genev-cli/Cargo.toml @@ -15,7 +15,7 @@ darkfi = {path = "../../../", features = ["event-graph", "rpc", "bs58"]} darkfi-serial = {path = "../../../src/serial"} smol = "1.3.0" -clap = {version = "4.5.1", features = ["derive"]} +clap = {version = "4.5.2", features = ["derive"]} log = "0.4.21" simplelog = "0.12.2" tinyjson = "2.5.1" diff --git a/bin/tau/tau-cli/Cargo.toml b/bin/tau/tau-cli/Cargo.toml index 5d3189e8a..04c8ce8dd 100644 --- a/bin/tau/tau-cli/Cargo.toml +++ b/bin/tau/tau-cli/Cargo.toml @@ -14,7 +14,7 @@ darkfi = {path = "../../../", features = ["rpc"]} taud = {path = "../taud"} # Misc -chrono = "0.4.34" +chrono = "0.4.35" colored = "2.1.0" log = "0.4.21" prettytable-rs = "0.10.0" @@ -25,6 +25,6 @@ textwrap = "0.16.1" url = "2.5.0" # Encoding and parsing -clap = {version = "4.5.1", features = ["derive"]} +clap = {version = "4.5.2", features = ["derive"]} serde = {version = "1.0.197", features = ["derive"]} tinyjson = "2.5.1" diff --git a/bin/tau/taud/Cargo.toml b/bin/tau/taud/Cargo.toml index 8d33d1ffe..7c628d406 100644 --- a/bin/tau/taud/Cargo.toml +++ b/bin/tau/taud/Cargo.toml @@ -40,7 +40,7 @@ toml = "0.8.10" # Misc async-trait = "0.1.77" -chrono = "0.4.34" +chrono = "0.4.35" futures = "0.3.30" libc = "0.2.153" log = "0.4.21" diff --git a/example/p2pdebug/Cargo.toml b/example/p2pdebug/Cargo.toml index 115db47af..9203b3483 100644 --- a/example/p2pdebug/Cargo.toml +++ b/example/p2pdebug/Cargo.toml @@ -24,7 +24,7 @@ easy-parallel = "3.3.1" rand = "0.8.5" # Misc -clap = {version = "4.5.1", features = ["derive"]} +clap = {version = "4.5.2", features = ["derive"]} log = "0.4.21" simplelog = "0.12.2" fxhash = "0.2.1" diff --git a/script/research/blockchain-explorer/Cargo.toml b/script/research/blockchain-explorer/Cargo.toml index 1ba3c0f02..6baf89fac 100644 --- a/script/research/blockchain-explorer/Cargo.toml +++ b/script/research/blockchain-explorer/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] 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-sdk = {path = "../../../src/sdk"} sled = "0.34.7" diff --git a/script/research/gg/Cargo.toml b/script/research/gg/Cargo.toml index 9a6486316..66e5f64a9 100644 --- a/script/research/gg/Cargo.toml +++ b/script/research/gg/Cargo.toml @@ -21,7 +21,7 @@ darkfi-serial = {path = "../../../src/serial"} # Misc anyhow = "1.0.80" 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" [patch.crates-io]