From bcb086c6210043a016b0786081a5fd03ab511321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:56:12 +0000 Subject: [PATCH] build(deps): bump criterion from 0.4.0 to 0.5.1 Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.1. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 117 +++++++++++++---------------------------------------- Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 89 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aff191a0e8..04ea46bb56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,18 +931,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "clap" -version = "3.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" -dependencies = [ - "bitflags 1.3.2", - "clap_lex 0.2.4", - "indexmap 1.9.3", - "textwrap", -] - [[package]] name = "clap" version = "4.5.17" @@ -961,7 +949,7 @@ checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" dependencies = [ "anstream", "anstyle", - "clap_lex 0.7.1", + "clap_lex", "strsim 0.11.1", ] @@ -971,7 +959,7 @@ version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b378c786d3bde9442d2c6dd7e6080b2a818db2b96e30d6e7f1b6d224eb617d3" dependencies = [ - "clap 4.5.17", + "clap", ] [[package]] @@ -980,7 +968,7 @@ version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d494102c8ff3951810c72baf96910b980fb065ca5d3101243e6a8dc19747c86b" dependencies = [ - "clap 4.5.17", + "clap", "clap_complete", ] @@ -996,15 +984,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "clap_lex" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" -dependencies = [ - "os_str_bytes", -] - [[package]] name = "clap_lex" version = "0.7.1" @@ -1353,32 +1332,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "criterion" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" -dependencies = [ - "anes", - "atty", - "cast", - "ciborium", - "clap 3.2.25", - "criterion-plot", - "itertools 0.10.5", - "lazy_static", - "num-traits", - "oorandom", - "plotters", - "rayon", - "regex", - "serde", - "serde_derive", - "serde_json", - "tinytemplate", - "walkdir", -] - [[package]] name = "criterion" version = "0.5.1" @@ -1388,7 +1341,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.5.17", + "clap", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -2214,7 +2167,7 @@ name = "explorer-api" version = "1.1.39" dependencies = [ "chrono", - "clap 4.5.17", + "clap", "dotenvy", "humantime-serde", "isocountry", @@ -4097,7 +4050,7 @@ dependencies = [ "bloomfilter", "bs58", "cfg-if", - "clap 4.5.17", + "clap", "console-subscriber", "cosmwasm-std", "cw-utils", @@ -4218,7 +4171,7 @@ dependencies = [ "bincode", "bs58", "bytes", - "clap 4.5.17", + "clap", "defguard_wireguard_rs", "fastrand 2.1.1", "futures", @@ -4283,7 +4236,7 @@ dependencies = [ name = "nym-bin-common" version = "0.6.0" dependencies = [ - "clap 4.5.17", + "clap", "clap_complete", "clap_complete_fig", "const-str", @@ -4325,7 +4278,7 @@ dependencies = [ "base64 0.22.1", "bip39", "bs58", - "clap 4.5.17", + "clap", "clap_complete", "clap_complete_fig", "dotenvy", @@ -4351,7 +4304,7 @@ dependencies = [ "bip39", "bs58", "cfg-if", - "clap 4.5.17", + "clap", "colored", "comfy-table", "cosmrs 0.17.0-pre", @@ -4403,7 +4356,7 @@ name = "nym-client" version = "1.1.40" dependencies = [ "bs58", - "clap 4.5.17", + "clap", "dirs", "futures", "log", @@ -4443,7 +4396,7 @@ dependencies = [ "base64 0.22.1", "bs58", "cfg-if", - "clap 4.5.17", + "clap", "comfy-table", "futures", "gloo-timers", @@ -4583,7 +4536,7 @@ version = "0.5.0" dependencies = [ "bls12_381", "bs58", - "criterion 0.4.0", + "criterion", "digest 0.9.0", "doc-comment", "ff", @@ -4632,7 +4585,7 @@ dependencies = [ "bls12_381", "bs58", "cfg-if", - "criterion 0.5.1", + "criterion", "digest 0.9.0", "ff", "group", @@ -4816,7 +4769,7 @@ dependencies = [ "bitvec", "bls12_381", "bs58", - "criterion 0.4.0", + "criterion", "ff", "group", "lazy_static", @@ -4916,7 +4869,7 @@ dependencies = [ "async-trait", "bip39", "bs58", - "clap 4.5.17", + "clap", "colored", "dashmap", "defguard_wireguard_rs", @@ -5104,7 +5057,7 @@ version = "0.1.0" dependencies = [ "anyhow", "bs58", - "clap 4.5.17", + "clap", "nym-bin-common", "nym-credential-storage", "nym-id", @@ -5146,7 +5099,7 @@ dependencies = [ "bincode", "bs58", "bytes", - "clap 4.5.17", + "clap", "etherparse", "futures", "log", @@ -5243,7 +5196,7 @@ dependencies = [ "anyhow", "axum 0.7.5", "bs58", - "clap 4.5.17", + "clap", "colored", "cupid", "dirs", @@ -5344,7 +5297,7 @@ version = "0.1.0" dependencies = [ "anyhow", "axum 0.7.5", - "clap 4.5.17", + "clap", "dashmap", "futures", "log", @@ -5376,7 +5329,7 @@ dependencies = [ "anyhow", "async-trait", "bs58", - "clap 4.5.17", + "clap", "dirs", "futures", "humantime-serde", @@ -5428,7 +5381,7 @@ dependencies = [ "bs58", "cargo_metadata", "celes", - "clap 4.5.17", + "clap", "colored", "cupid", "humantime-serde", @@ -5576,7 +5529,7 @@ name = "nym-nr-query" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.17", + "clap", "log", "nym-bin-common", "nym-network-defaults", @@ -5602,7 +5555,7 @@ dependencies = [ "blake3", "chacha20", "chacha20poly1305", - "criterion 0.4.0", + "criterion", "curve25519-dalek 4.1.3", "fastrand 2.1.1", "getrandom", @@ -5700,7 +5653,7 @@ name = "nym-socks5-client" version = "1.1.40" dependencies = [ "bs58", - "clap 4.5.17", + "clap", "log", "nym-bin-common", "nym-client-core", @@ -6119,7 +6072,7 @@ version = "0.1.0" dependencies = [ "anyhow", "bip39", - "clap 4.5.17", + "clap", "cosmwasm-std", "futures", "humantime 2.1.0", @@ -6230,7 +6183,7 @@ version = "0.1.6" dependencies = [ "anyhow", "bytes", - "clap 4.5.17", + "clap", "dotenvy", "flate2", "futures", @@ -6446,12 +6399,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "os_str_bytes" -version = "6.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" - [[package]] name = "overload" version = "0.1.1" @@ -8344,7 +8291,7 @@ name = "ssl-inject" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.17", + "clap", "hex", "tokio", ] @@ -8754,7 +8701,7 @@ dependencies = [ "anyhow", "bip39", "bs58", - "clap 4.5.17", + "clap", "console", "cw-utils", "dkg-bypass-contract", @@ -8786,12 +8733,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "textwrap" -version = "0.16.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" - [[package]] name = "thiserror" version = "1.0.63" diff --git a/Cargo.toml b/Cargo.toml index b99802bee6..c8cb3f0b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -206,7 +206,7 @@ console-subscriber = "0.1.1" console_error_panic_hook = "0.1" const-str = "0.5.6" const_format = "0.2.33" -criterion = "0.4" +criterion = "0.5" csv = "1.3.0" ctr = "0.9.1" cupid = "0.6.1"