From 3c9568c2cc7c6b7a7141e16f49e4c1082ca55eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:22:30 +0000 Subject: [PATCH] Bump clap from 4.5.20 to 4.5.21 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.21. - [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.20...clap_complete-v4.5.21) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- rust-pgdatadiff-client/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32dda3e..a6c04d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,9 +376,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.20" +version = "4.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" +checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" dependencies = [ "clap_builder", "clap_derive", @@ -386,9 +386,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.20" +version = "4.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" +checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 6d9d188..6a598ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ postgres-native-tls.workspace = true native-tls.workspace = true [dependencies.clap] -version = "4.5.20" +version = "4.5.21" features = ["derive"] [dev-dependencies] diff --git a/rust-pgdatadiff-client/Cargo.toml b/rust-pgdatadiff-client/Cargo.toml index 1e5721f..d5ae4ba 100644 --- a/rust-pgdatadiff-client/Cargo.toml +++ b/rust-pgdatadiff-client/Cargo.toml @@ -16,7 +16,7 @@ tokio.workspace = true rust-pgdatadiff.workspace = true tracing-subscriber.workspace = true tracing.workspace = true -clap = { version = "4.5.20", features = ["derive"], optional = true } +clap = { version = "4.5.21", features = ["derive"], optional = true } inquire = { version = "0.7.5", optional = true } [features]