From a94f48266da327b157d967633e5f6a65ff8d3580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:52:34 +0000 Subject: [PATCH] build(deps): bump clap from 4.3.11 to 4.4.2 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.11 to 4.4.2. - [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/v4.3.11...v4.4.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 ++++++++++------------- aw-server/Cargo.toml | 2 +- aw-sync/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cd2b8e2..91aec2fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,16 +78,15 @@ dependencies = [ [[package]] name = "anstream" -version = "0.3.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" +checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", - "is-terminal", "utf8parse", ] @@ -117,9 +116,9 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "1.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" +checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" dependencies = [ "anstyle", "windows-sys", @@ -441,33 +440,31 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.11" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d" +checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" dependencies = [ "clap_builder", "clap_derive", - "once_cell", ] [[package]] name = "clap_builder" -version = "4.3.11" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b" +checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" dependencies = [ "anstream", "anstyle", "clap_lex", - "once_cell", "strsim", ] [[package]] name = "clap_derive" -version = "4.3.2" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" +checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" dependencies = [ "heck", "proc-macro2 1.0.63", diff --git a/aw-server/Cargo.toml b/aw-server/Cargo.toml index 47247200..069c4429 100644 --- a/aw-server/Cargo.toml +++ b/aw-server/Cargo.toml @@ -31,7 +31,7 @@ fern = { version = "0.6", features = ["colored"] } toml = "0.7" gethostname = "0.4" uuid = { version = "1.3", features = ["serde", "v4"] } -clap = { version = "4.1", features = ["derive", "cargo"] } +clap = { version = "4.4", features = ["derive", "cargo"] } log-panics = { version = "2", features = ["with-backtrace"]} aw-datastore = { path = "../aw-datastore" } diff --git a/aw-sync/Cargo.toml b/aw-sync/Cargo.toml index 2380a005..9695f360 100644 --- a/aw-sync/Cargo.toml +++ b/aw-sync/Cargo.toml @@ -18,7 +18,7 @@ chrono = { version = "0.4", features = ["serde"] } serde = "1.0" serde_json = "1.0" reqwest = { version = "0.11", features = ["json", "blocking"] } -clap = { version = "4.1", features = ["derive"] } +clap = { version = "4.4", features = ["derive"] } aw-server = { path = "../aw-server" } aw-models = { path = "../aw-models" } aw-datastore = { path = "../aw-datastore" }