From f51f37c4aea05a8cc2260fa82c217c8ca7e7dbee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 11:19:56 +0000 Subject: [PATCH] chore(deps): bump clap from 3.2.22 to 4.0.19 Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.19. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.22...v4.0.19) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++-------------- lapce-proxy/Cargo.toml | 2 +- lapce-ui/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0089be90b2..2e45b7f2ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,26 +523,24 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.22" +version = "4.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750" +checksum = "8e67816e006b17427c9b4386915109b494fec2d929c63e3bd3561234cbf1bf1e" dependencies = [ "atty", "bitflags", "clap_derive", "clap_lex", - "indexmap", "once_cell", "strsim", "termcolor", - "textwrap", ] [[package]] name = "clap_derive" -version = "3.2.18" +version = "4.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" +checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3" dependencies = [ "heck 0.4.0", "proc-macro-error", @@ -553,9 +551,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.2.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" +checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" dependencies = [ "os_str_bytes", ] @@ -4553,12 +4551,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "textwrap" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" - [[package]] name = "thiserror" version = "1.0.36" diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index c2dca13ff2..05bcda4575 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] interprocess = "1.1.1" -clap = { version = "3.2.17", features = ["derive"] } +clap = { version = "4.0.19", features = ["derive"] } once_cell = "1.15" url = "2.2.2" dyn-clone = "1.0.8" diff --git a/lapce-ui/Cargo.toml b/lapce-ui/Cargo.toml index 998b780ae9..be67c946ad 100644 --- a/lapce-ui/Cargo.toml +++ b/lapce-ui/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Dongdong Zhou "] edition = "2021" [dependencies] -clap = { version = "3.2.17", features = ["derive"] } +clap = { version = "4.0.19", features = ["derive"] } image = "0.24.3" chrono = "0.4.19" log = "0.4.14"