Skip to content

Commit

Permalink
chore(deps): Bump clap from 4.1.14 to 4.3.19 (#3462)
Browse files Browse the repository at this point in the history
* chore(deps): Bump clap from 4.1.14 to 4.3.19

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.3.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.1.14...v4.3.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump clio to be compatible with newer Clap

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <[email protected]>
  • Loading branch information
dependabot[bot] and nick-mobilecoin authored Jul 28, 2023
1 parent 360e0a8 commit 2239fc5
Show file tree
Hide file tree
Showing 46 changed files with 170 additions and 166 deletions.
242 changes: 123 additions & 119 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-http-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mc-common = { path = "../common", features = ["loggers"] }
mc-util-grpc = { path = "../util/grpc" }
mc-util-uri = { path = "../util/uri" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
grpcio = "0.12.1"
rocket = { version = "0.5.0-rc.2", features = ["json"] }
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion consensus/mint-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mc-util-grpc = { path = "../../util/grpc" }
mc-util-parse = { path = "../../util/parse" }
mc-util-uri = { path = "../../util/uri" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
grpcio = "0.12.1"
hex = { version = "0.4", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion consensus/scp/play/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ mc-consensus-scp = { path = "../../../consensus/scp", features = ["test_utils"]
mc-transaction-core = { path = "../../../transaction/core" }
mc-util-uri = { path = "../../../util/uri" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
serde_json = "1.0"
2 changes: 1 addition & 1 deletion consensus/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mc-util-uri = { path = "../../util/uri" }

base64 = "0.21"
chrono = "0.4"
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
fs_extra = "1.3"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion consensus/service/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mc-util-serial = { path = "../../../util/serial", features = ["std"] }
mc-util-uri = { path = "../../../util/uri" }

base64 = "0.21"
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
hex = "0.4"
pem = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion consensus/tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ mc-consensus-api = { path = "../../consensus/api" }
mc-util-grpc = { path = "../../util/grpc" }
mc-util-uri = { path = "../../util/uri" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
grpcio = "0.12.1"
serde_json = "1"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mc-crypto-keys = { path = "../crypto/keys", default-features = false }
[dev-dependencies]

anyhow = { version = "1.0.69" }
clap = { version = "4.1.14", features = [ "derive" ] }
clap = { version = "4.3.19", features = [ "derive" ] }
hex = { version = "0.4.3", default-features = false }
lazy_static = { version = "1.4.0" }
rand_core = { version = "0.6.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crypto/x509/test-vectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ mc-util-build-script = { path = "../../../util/build/script" }
[dependencies]
mc-crypto-keys = { path = "../../keys" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
pem = "3.0"
x509-signature = "0.5"
2 changes: 1 addition & 1 deletion fog/distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mc-util-cli = { path = "../../util/cli" }
mc-util-keyfile = { path = "../../util/keyfile" }
mc-util-uri = { path = "../../util/uri" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
crossbeam-channel = "0.5"
grpcio = "0.12.1"
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion fog/ingest/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = "0.8"

[dependencies]
# third party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.12.1"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion fog/ingest/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/bin/main.rs"

[dependencies]
# third-party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
dirs = "5.0"
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion fog/ledger/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mc-fog-types = { path = "../../types" }
mc-fog-uri = { path = "../../uri" }

# third-party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion fog/load_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/bin/ingest.rs"

[dependencies]
# third party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
grpcio = "0.12"
retry = "2.0"
tempfile = "3.7"
Expand Down
2 changes: 1 addition & 1 deletion fog/overseer/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/bin/main.rs"

[dependencies]
# third-party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.12.1"
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion fog/report/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ mc-util-keyfile = { path = "../../../util/keyfile" }
mc-util-uri = { path = "../../../util/uri" }

base64 = "0.21"
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
grpcio = "0.12.1"
hex = "0.4"
2 changes: 1 addition & 1 deletion fog/report/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mc-util-metrics = { path = "../../../util/metrics" }
mc-util-parse = { path = "../../../util/parse" }
mc-util-uri = { path = "../../../util/uri" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
futures = "0.3"
grpcio = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion fog/sample-paykit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mc-fog-view-connection = { path = "../view/connection" }
mc-fog-view-enclave-measurement = { path = "../view/enclave/measurement" }
mc-fog-view-protocol = { path = "../view/protocol" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion fog/sql_recovery_db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mc-fog-recovery-db-iface = { path = "../recovery_db_iface" }
mc-fog-types = { path = "../types" }

chrono = "0.4"
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
diesel = { version = "2.0.3", features = ["chrono", "postgres", "r2d2"] }
diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
diesel_migrations = { version = "2.1.0", features = ["postgres"] }
Expand Down
2 changes: 1 addition & 1 deletion fog/sql_recovery_db/cleanup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"

[dependencies]
chrono = "0.4"
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
mc-common = { path = "../../../common", features = ["loggers"] }
mc-fog-recovery-db-iface = { path = "../../recovery_db_iface" }
mc-fog-sql-recovery-db = { path = "../../sql_recovery_db" }
Expand Down
2 changes: 1 addition & 1 deletion fog/test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mc-fog-sample-paykit = { path = "../sample-paykit" }
mc-fog-uri = { path = "../uri" }

# third-party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
grpcio = "0.12"
hex_fmt = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion fog/test_infra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mc-fog-types = { path = "../types" }
mc-fog-view-protocol = { path = "../view/protocol" }

# third party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
digest = "0.10"
hex = "0.4"
rand_core = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion fog/view/load-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"

[dependencies]
# third party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
ctrlc = "3.4"
grpcio = "0.12.1"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion fog/view/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "src/bin/router.rs"

[dependencies]
# third party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion go-grpc-gateway/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mc-fog-report-server = { path = "../../fog/report/server" }
mc-fog-report-types = { path = "../../fog/report/types" }

# third-party
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
futures = "0.3"
grpcio = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion ledger/distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mc-ledger-db = { path = "../../ledger/db" }
mc-transaction-core = { path = "../../transaction/core" }
mc-util-telemetry = { path = "../../util/telemetry", features = ["jaeger"] }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
dirs = "5.0"
displaydoc = "0.2"
protobuf = "2.27.1"
Expand Down
2 changes: 1 addition & 1 deletion ledger/from-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ mc-common = { path = "../../common", features = ["loggers"] }
mc-ledger-db = { path = "../../ledger/db" }
mc-ledger-sync = { path = "../../ledger/sync" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
2 changes: 1 addition & 1 deletion ledger/migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mc-ledger-db = { path = "../../ledger/db", features = ["migration_support"] }
mc-util-lmdb = { path = "../../util/lmdb" }
mc-util-serial = { path = "../../util/serial" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
lmdb-rkv = "0.14.0"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions light-client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ mc-util-grpc = { path = "../../util/grpc" }
mc-util-serial = { path = "../../util/serial" }
mc-util-uri = { path = "../../util/uri" }

clap = { version = "4.1", features = ["derive", "env"] }
clio = { version = "0.3.1", features = ["clap-parse"] }
clap = { version = "4.3", features = ["derive", "env"] }
clio = { version = "0.3.4", features = ["clap-parse"] }
grpcio = "0.12.1"
hex = "0.4"
protobuf = "2.27.1"
Expand Down
2 changes: 1 addition & 1 deletion light-client/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mc-util-telemetry = { path = "../../util/telemetry" }
mc-util-uri = { path = "../../util/uri" }
mc-watcher = { path = "../../watcher" }

clap = { version = "4.0", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
lazy_static = "1.4"
rayon = "1.7"
Expand Down
2 changes: 1 addition & 1 deletion mobilecoind-dev-faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mc-util-serial = { path = "../util/serial", features = ["std"] }
mc-util-uri = { path = "../util/uri" }

async-channel = { version = "1" }
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
grpcio = "0.12.1"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion mobilecoind-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mc-mobilecoind-api = { path = "../mobilecoind/api" }
mc-util-grpc = { path = "../util/grpc" }
mc-util-serial = { path = "../util/serial", features = ["std"] }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
grpcio = "0.12.1"
hex = "0.4"
protobuf = "2.27.1"
Expand Down
2 changes: 1 addition & 1 deletion mobilecoind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mc-util-uri = { path = "../util/uri" }
mc-watcher = { path = "../watcher" }

aes-gcm = "0.10.2"
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
crossbeam-channel = "0.5"
displaydoc = "0.2"
grpcio = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion sgx/css-dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ rust-version = "1.68.0"
[dependencies]
mc-sgx-css = { path = "../css" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
hex_fmt = "0.3"
2 changes: 1 addition & 1 deletion transaction/signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version = { workspace = true }
[dependencies]
# External dependencies
anyhow = "1.0.69"
clap = { version = "4.1", features = [ "derive" ] }
clap = { version = "4.3", features = [ "derive" ] }
displaydoc = { version = "0.2", default-features = false }
hex = { version = "0.4.2", default_features = false }
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion util/b58-decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ path = "src/bin/main.rs"
mc-account-keys = { path = "../../account-keys" }
mc-api = { path = "../../api" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
hex = "0.4"
4 changes: 2 additions & 2 deletions util/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = { workspace = true }
[dependencies]
mc-util-build-info = { path = "../build/info" }

clap = { version = "4.1", features = ["string"] }
clap = { version = "4.3", features = ["string"] }

[dev-dependencies]
clap = { version = "4.1", features = ["derive"] }
clap = { version = "4.3", features = ["derive"] }
2 changes: 1 addition & 1 deletion util/dump-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mc-blockchain-types = { path = "../../blockchain/types" }
mc-common = { path = "../../common", features = ["log", "loggers"] }
mc-ledger-db = { path = "../../ledger/db" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
serde_json = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion util/generate-sample-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mc-util-from-random = { path = "../../util/from-random" }
mc-util-keyfile = { path = "../../util/keyfile" }
mc-util-parse = { path = "../../util/parse" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
rand = "0.8"
rand_hc = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion util/grpc-admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ mc-common = { path = "../../common", features = ["std"] }
mc-util-grpc = { path = "../grpc" }
mc-util-uri = { path = "../uri" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
grpcio = "0.12.1"
2 changes: 1 addition & 1 deletion util/grpc-token-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ mc-common = { path = "../../common", features = ["std"] }
mc-util-grpc = { path = "../grpc" }
mc-util-parse = { path = "../parse" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
percent-encoding = "2.2.0"
2 changes: 1 addition & 1 deletion util/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mc-util-serial = { path = "../serial", features = ["std"] }
mc-util-uri = { path = "../uri" }

base64 = "0.21"
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
cookie = "0.17"
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion util/keyfile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mc-util-parse = { path = "../../util/parse" }
mc-util-serial = { path = "../../util/serial", features = [ "std" ] }

base64 = "0.21"
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
hex = "0.4"
pem = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion util/seeded-ed25519-key-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mc-crypto-keys = { path = "../../crypto/keys" }
mc-util-from-random = { path = "../from-random" }
mc-util-parse = { path = "../parse" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
pem = "3.0"
rand = "0.8"
rand_hc = "0.3"
2 changes: 1 addition & 1 deletion util/test-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/bin/generate_account_keys.rs"
mc-account-keys = { path = "../../account-keys" }

# External dependencies
clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
lazy_static = "1.4"
rand = "0.8"
rand_hc = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mc-util-serial = { path = "../util/serial" }
mc-util-uri = { path = "../util/uri" }
mc-watcher-api = { path = "api" }

clap = { version = "4.1", features = ["derive", "env"] }
clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.12.1"
Expand Down

0 comments on commit 2239fc5

Please sign in to comment.