From 03075799d4716c3385462497264ea8139600411d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:16:54 +0000 Subject: [PATCH] build(deps): bump clap from 4.5.26 to 4.5.27 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.26 to 4.5.27. - [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/clap_complete-v4.5.26...clap_complete-v4.5.27) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- mwp-web/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31c8fbf..d6e6a72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,9 +490,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" +checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" dependencies = [ "clap_builder", "clap_derive", @@ -500,9 +500,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", diff --git a/mwp-web/Cargo.toml b/mwp-web/Cargo.toml index c480b6a..8a98442 100644 --- a/mwp-web/Cargo.toml +++ b/mwp-web/Cargo.toml @@ -20,7 +20,7 @@ env_logger = "0.11.6" maud = { version = "0.26.0", features = ["actix-web"] } serde = "1.0.217" serde_json = "1.0.138" -clap = { version = "4.5.26", features = ["derive"]} +clap = { version = "4.5.27", features = ["derive"]} rusqlite = { workspace = true } tantivy = { workspace = true } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index fd92c4b..52353d2 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -clap = { version = "4.5.26", features = [ +clap = { version = "4.5.27", features = [ "derive", "string", "env",