From 75d102ec8e863c2bebafd23868edea78bc11c2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 19:05:09 +0000 Subject: [PATCH] Bump clap from 4.0.31 to 4.0.32 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.31 to 4.0.32. - [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.0.31...v4.0.32) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3d86339..f8a0fb54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,9 +997,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.31" +version = "4.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cab512b39872b48c5ecf6b3bef2efb56dc0b986630d9da71a21a8c8f6878c334" +checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" dependencies = [ "bitflags", "clap_derive", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 71609402..a3bc4ec3 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.68" atty = "0.2.14" axum = "0.6.1" camino = "1.1.1" -clap = { version = "4.0.31", features = ["derive"] } +clap = { version = "4.0.32", features = ["derive"] } dotenv = "0.15.0" hyper = { version = "0.14.23", features = ["full"] } itertools = "0.10.5"