From e0a89c75a2a50a424f2c7f0c948bb72e499bbbca Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 11 Dec 2024 16:03:31 +0100 Subject: [PATCH] Revert "build(deps): bump clap from 2.34.0 to 4.5.23 (#4)" This reverts commit 285dc887ba2597358c28d34029f640689b322b92. --- Cargo.lock | 98 +----------------------------------------- clients/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 97 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e02e6f..9709acc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,55 +134,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "anstream" -version = "0.6.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon", - "colorchoice", - "is_terminal_polyfill", - "utf8parse", -] - -[[package]] -name = "anstyle" -version = "1.0.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" - -[[package]] -name = "anstyle-parse" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" -dependencies = [ - "utf8parse", -] - -[[package]] -name = "anstyle-query" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "anstyle-wincon" -version = "3.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" -dependencies = [ - "anstyle", - "windows-sys 0.59.0", -] - [[package]] name = "anyhow" version = "1.0.94" @@ -817,39 +768,6 @@ dependencies = [ "vec_map", ] -[[package]] -name = "clap" -version = "4.5.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" -dependencies = [ - "clap_builder", -] - -[[package]] -name = "clap_builder" -version = "4.5.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" -dependencies = [ - "anstream", - "anstyle", - "clap_lex", - "strsim 0.11.1", -] - -[[package]] -name = "clap_lex" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" - -[[package]] -name = "colorchoice" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" - [[package]] name = "combine" version = "3.8.1" @@ -2132,12 +2050,6 @@ version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" -[[package]] -name = "is_terminal_polyfill" -version = "1.70.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" - [[package]] name = "itertools" version = "0.10.5" @@ -4111,7 +4023,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b8418cc80b502fa48d5c09c0ebd939a2b11f3d309f9f3ae6703b987d99502a2" dependencies = [ "chrono", - "clap 2.34.0", + "clap", "rpassword", "solana-derivation-path", "solana-remote-wallet", @@ -5816,7 +5728,7 @@ name = "spl-feature-proposal-cli" version = "1.2.0" dependencies = [ "chrono", - "clap 4.5.23", + "clap", "solana-clap-utils", "solana-cli-config", "solana-client", @@ -6684,12 +6596,6 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" -[[package]] -name = "utf8parse" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" - [[package]] name = "valuable" version = "0.1.0" diff --git a/clients/cli/Cargo.toml b/clients/cli/Cargo.toml index 79d8925..db21f49 100644 --- a/clients/cli/Cargo.toml +++ b/clients/cli/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] chrono = "0.4.39" -clap = "4.5.23" +clap = "2.33.3" solana-clap-utils = "2.1.0" solana-cli-config = "2.1.0" solana-client = "2.1.0"