From b99d0760af8be0e672e6c50f84ba24e0150c70a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:10:07 +0000 Subject: [PATCH] Bump clap from 4.4.2 to 4.4.4 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.4. - [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.4.2...v4.4.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- cli/Cargo.toml | 2 +- migration/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c268f795..0ae0dac1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -758,9 +758,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.2" +version = "4.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" dependencies = [ "clap_builder", "clap_derive", @@ -768,9 +768,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.2" +version = "4.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" +checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" dependencies = [ "anstream", "anstyle", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2d97c80d..c53d6def 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -17,7 +17,7 @@ name = "divviup" path = "src/main.rs" [dependencies] -clap = { version = "4.4.2", features = ["derive", "env"] } +clap = { version = "4.4.4", features = ["derive", "env"] } thiserror = "1.0.48" divviup-client = { path = "../client" } trillium-rustls = "0.4.0" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 4cf3bfa5..a048f5b8 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -11,7 +11,7 @@ path = "src/lib.rs" [dependencies] async-std = { version = "1", features = ["attributes", "tokio1"] } -clap = { version = "4.4.2", features = ["env", "derive"] } +clap = { version = "4.4.4", features = ["env", "derive"] } sea-orm = "0.12.2" serde_json = "1.0.107" thiserror = "1.0.48"