Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps update #4284

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,827 changes: 1,530 additions & 1,297 deletions Cargo.lock

Large diffs are not rendered by default.

195 changes: 97 additions & 98 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,58 +66,57 @@ version = "0.47.0"

[workspace.dependencies]
arbitrary = {version = "1.3", features = ["derive"]}
ark-bls12-381 = {version = "0.3"}
ark-serialize = {version = "0.3"}
ark-std = "0.3.0"
ark-bls12-381 = {version = "0.5"}
ark-serialize = {version = "0.5"}
ark-std = "0.5"
arse-merkle-tree = {package = "nam-sparse-merkle-tree", version = "0.3.2-nam.0", default-features = false, features = ["std", "borsh"]}
assert_cmd = "1.0.7"
assert_matches = "1.5.0"
async-trait = {version = "0.1.51"}
base58 = "0.2.0"
assert_cmd = "2.0"
assert_matches = "1.5"
async-trait = {version = "0.1"}
base58 = "0.2"
base64 = "0.13.0"
bech32 = "0.8.0"
bimap = {version = "0.6.2", features = ["serde"]}
bit-set = "0.5.2"
bitflags = { version = "2.5.0", features = ["serde"] }
blake2b-rs = "0.2.0"
bimap = {version = "0.6", features = ["serde"]}
bit-set = "0.8"
bitflags = { version = "2.5", features = ["serde"] }
blake2b-rs = "0.2"
byte-unit = "4.0.13"
byteorder = "1.4.2"
borsh = {version = "1.2.0", features = ["unstable__schema", "derive"]}
borsh-ext = { git = "https://github.com/heliaxdev/borsh-ext", tag = "v1.2.0" }
cargo_metadata = "0.18.1"
chrono = {version = "0.4.22", default-features = false, features = ["clock", "std"]}
circular-queue = "0.2.6"
byteorder = "1.4"
borsh = {version = "1.2", features = ["unstable__schema", "derive"]}
cargo_metadata = "0.19"
chrono = {version = "0.4", default-features = false, features = ["clock", "std"]}
circular-queue = "0.2"
clap = "4.5"
clap_complete = "4.5"
clap_complete_nushell = "4.5"
clru = "0.6.2"
color-eyre = "0.6.2"
concat-idents = "1.1.2"
config = "0.14.1"
data-encoding = "2.3.2"
derivation-path = "0.2.0"
derivative = "2.2.0"
directories = "4.0.1"
drain_filter_polyfill = "0.1.3"
dur = "0.5.3"
duration-str = "0.10.0"
ed25519-consensus = "2.1.0"
either = "1.12.0"
escargot = "0.5.7"
ethabi = "18.0.0"
ethbridge-bridge-contract = "0.24.1"
ethbridge-bridge-events = "0.24.1"
ethbridge-events = "0.24.1"
ethbridge-structs = "0.24.1"
ethers = "2.0.0"
expectrl = "0.7.0"
eyre = "0.6.12"
fd-lock = "3.0.12"
flate2 = "1.0.22"
flume = "0.11.1"
fs_extra = "1.2.0"
clru = "0.6"
color-eyre = "0.6"
concat-idents = "1.1"
config = "0.15"
data-encoding = "2.3"
derivation-path = "0.2"
derivative = "2.2"
directories = "6.0"
drain_filter_polyfill = "0.1"
dur = "0.5"
duration-str = "0.12"
ed25519-consensus = "2.1"
either = "1.12"
escargot = "0.5"
ethabi = "18.0"
ethbridge-bridge-contract = "0.24"
ethbridge-bridge-events = "0.24"
ethbridge-events = "0.24"
ethbridge-structs = "0.24"
ethers = "2.0"
expectrl = "0.7"
eyre = "0.6"
fd-lock = "4.0"
flate2 = "1.0"
flume = "0.11"
fs_extra = "1.2"
futures = "0.3"
git2 = { version = "0.18.1", default-features = false }
git2 = { version = "0.20", default-features = false }
# branch tiago/optional-ack
ibc = { git = "https://github.com/heliaxdev/cosmos-ibc-rs", rev = "38489943c4e75206eaffeeeec6153c039c2499d1", features = ["serde"] }
ibc-derive = { git = "https://github.com/heliaxdev/cosmos-ibc-rs", rev = "38489943c4e75206eaffeeeec6153c039c2499d1" }
Expand All @@ -126,100 +125,100 @@ ibc-middleware-module-macros = { git = "https://github.com/heliaxdev/ibc-middlew
ibc-middleware-overflow-receive = { git = "https://github.com/heliaxdev/ibc-middleware", tag = "orm/v0.4.0" }
ibc-middleware-packet-forward = { git = "https://github.com/heliaxdev/ibc-middleware", tag = "pfm/v0.9.0", features = ["borsh"] }
ibc-testkit = { git = "https://github.com/heliaxdev/cosmos-ibc-rs", rev = "38489943c4e75206eaffeeeec6153c039c2499d1", default-features = false }
ics23 = "0.12.0"
usize-set = { version = "0.10.3", features = ["serialize-borsh", "serialize-serde"] }
ics23 = "0.12"
usize-set = { version = "0.10", features = ["serialize-borsh", "serialize-serde"] }
indexmap = { package = "nam-indexmap", version = "2.7.1-nam.0", features = ["borsh-schema", "serde"] }
init-once = "0.6.0"
init-once = "0.6"
itertools = "0.12.1"
jubjub = { package = "nam-jubjub", version = "0.10.1-nam.0" }
k256 = { version = "0.13.0", default-features = false, features = ["ecdsa", "pkcs8", "precomputed-tables", "serde", "std"]}
kdam = "0.5.2"
konst = { version = "0.3.8", default-features = false }
lazy_static = "1.4.0"
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "pkcs8", "precomputed-tables", "serde", "std"]}
kdam = "0.6"
konst = { version = "0.3", default-features = false }
lazy_static = "1.4"
ledger-lib = { package="nam-ledger-lib", version = "0.1.1-nam.0", default-features = false, features = ["transport_tcp"] }
ledger-namada-rs = { git = "https://github.com/Zondax/ledger-namada", tag = "v2.0.2" }
ledger-transport = "0.10.0"
ledger-transport-hid = "0.10.0"
libc = "0.2.97"
libloading = "0.7.2"
linkme = "0.3.24"
libc = "0.2"
libloading = "0.8"
linkme = "0.3"
masp_primitives = { version = "1.2" }
masp_proofs = { version = "1.2", default-features = false, features = ["local-prover"] }
num256 = "0.3.5"
num_cpus = "1.13.0"
num_cpus = "1.13"
num-derive = "0.4"
num-rational = "0.4.1"
num-traits = "0.2.19"
once_cell = "1.8.0"
orion = "0.16.0"
owo-colors = "3.5.0"
paste = "1.0.9"
patricia_tree = "0.8.0"
pretty_assertions = "1.4.0"
num-rational = "0.4"
num-traits = "0.2"
once_cell = "1.8"
orion = "0.16"
owo-colors = "4.1"
paste = "1.0"
patricia_tree = "0.9"
pretty_assertions = "1.4"
primitive-types = "0.12.1"
proptest = "1.4.0"
proptest-state-machine = "0.3.0"
prost = "0.13.1"
prost-types = "0.13.1"
proptest = "1.4"
proptest-state-machine = "0.3"
prost = "0.13"
prost-types = "0.13"
rand = {version = "0.8", default-features = false}
rand_core = {version = "0.6", default-features = false}
rayon = "1.5.3"
regex = "1.10.2"
rayon = "1.5"
regex = "1.10"
reqwest = "0.11.4"
ripemd = "0.1"
rlimit = "0.5.4"
rocksdb = {version = "0.22.0", features = ['zstd'], default-features = false}
rpassword = "5.0.1"
rustversion = "1.0"
serde = {version = "1.0.125", features = ["derive"]}
serde_bytes = "0.11.5"
serde_json = "1.0.133"
serde_tuple = "0.5.0"
serde = {version = "1.0", features = ["derive"]}
serde_bytes = "0.11"
serde_json = "1.0"
serde_tuple = "1.1"
sha2 = "0.9.3"
sha2-const = "0.1.2"
signal-hook = "0.3.9"
slip10_ed25519 = "0.1.3"
smooth-operator = "0.7.2"
sha2-const = "0.1"
signal-hook = "0.3"
slip10_ed25519 = "0.1"
smooth-operator = "0.7"
# sysinfo with disabled multithread feature
sysinfo = {version = "0.27.8", default-features = false}
tar = "0.4.37"
tempfile = {version = "3.2.0"}
tar = "0.4"
tempfile = {version = "3.2"}
tendermint = {version = "0.38.0", features = ["secp256k1"]}
tendermint-config = "0.38.0"
tendermint-light-client = "0.38.0"
tendermint-proto = "0.38.0"
tendermint-rpc = {version = "0.38.0", default-features = false}
test-log = {version = "0.2.14", default-features = false, features = ["trace"]}
test-log = {version = "0.2", default-features = false, features = ["trace"]}
tiny-bip39 = {version = "2.0"}
tiny-hderive = {package = "nam-tiny-hderive", version = "0.3.1-nam.0"}
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
thiserror = "1.0.38"
tokio = {version = "1.8.2", default-features = false}
tokio-test = "0.4.2"
tiny-keccak = { version = "2.0", features = ["keccak"] }
thiserror = "2.0"
tokio = {version = "1.8", default-features = false}
tokio-test = "0.4"
toml = "0.5.8"
tonic = "0.8.3"
tonic = "0.12"
tonic-build = "0.11.0"
tower = "0.4"
tower = "0.5"
tower-abci = "0.16.0"
tracing = "0.1.30"
tracing-appender = "0.2.2"
tracing-log = "0.2.0"
tracing-subscriber = {version = "0.3.7", default-features = false, features = ["env-filter", "fmt"]}
typed-builder = "0.19.1"
wasmparser = "0.107.0"
tracing = "0.1"
tracing-appender = "0.2"
tracing-log = "0.2"
tracing-subscriber = {version = "0.3", default-features = false, features = ["env-filter", "fmt"]}
typed-builder = "0.20"
wasmparser = "0.107"
wasm-instrument = {version = "0.4.0", features = ["sign_ext"]}
wasmer = "4.3.5"
wasmer-cache = "4.3.5"
wasmer-compiler = "4.3.5"
wasmer-compiler-singlepass = "4.3.5"
wasmer-types = "4.3.5"
wasmer-vm = "4.3.5"
wasmtimer = "0.2.0"
winapi = "0.3.9"
xorf = { version = "0.11.0", features = ["serde"] }
yansi = "0.5.1"
zeroize = { version = "1.5.5", features = ["zeroize_derive"] }
zstd = "0.13.2"
wasmtimer = "0.4"
winapi = "0.3"
xorf = { version = "0.11", features = ["serde"] }
yansi = "1.0"
zeroize = { version = "1.5", features = ["zeroize_derive"] }
zstd = "0.13"

[profile.release]
lto = true
Expand Down
1 change: 1 addition & 0 deletions crates/account/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
clippy::print_stdout,
clippy::print_stderr
)]
#![cfg_attr(feature = "arbitrary", allow(clippy::disallowed_methods))]

mod auth;
mod storage;
Expand Down
1 change: 1 addition & 0 deletions crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
clippy::print_stdout,
clippy::print_stderr
)]
#![cfg_attr(feature = "arbitrary", allow(clippy::disallowed_methods))]

pub mod arith;
pub mod borsh;
Expand Down
1 change: 1 addition & 0 deletions crates/governance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
clippy::print_stdout,
clippy::print_stderr
)]
#![cfg_attr(feature = "arbitrary", allow(clippy::disallowed_methods))]

use std::marker::PhantomData;

Expand Down
1 change: 1 addition & 0 deletions crates/ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
clippy::print_stdout,
clippy::print_stderr
)]
#![cfg_attr(feature = "arbitrary", allow(clippy::disallowed_methods))]

mod actions;
pub mod context;
Expand Down
1 change: 1 addition & 0 deletions crates/token/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
clippy::print_stdout,
clippy::print_stderr
)]
#![cfg_attr(feature = "arbitrary", allow(clippy::disallowed_methods))]

use std::collections::BTreeMap;

Expand Down
1 change: 1 addition & 0 deletions crates/tx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
clippy::print_stdout,
clippy::print_stderr
)]
#![cfg_attr(feature = "arbitrary", allow(clippy::disallowed_methods))]

pub mod action;
pub mod data;
Expand Down
1 change: 1 addition & 0 deletions fuzz/fuzz_targets/txs_wasm_run.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Test running well-formed inner WASM txs via finalize block handler.

#![no_main]
#![allow(clippy::disallowed_methods)]

use std::sync::Mutex;

Expand Down
Loading
Loading