From b413b4a8e36ab12ef1849b110cb79163aeae02dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:53:10 +0000 Subject: [PATCH] chore(deps): bump clap from 4.4.12 to 4.4.13 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.12 to 4.4.13. - [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.12...v4.4.13) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b32ebb4..933cda8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,9 +538,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.12" +version = "4.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" +checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642" dependencies = [ "clap_builder", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index 1fbb096..5705712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.6.1 amp-resolver = { path = "resolver" } amp-resources = { path = "resources" } async-nats = "0.33.0" -clap = { version = "4.4.12", features = ["derive", "env"] } +clap = { version = "4.4.13", features = ["derive", "env"] } dotenv = "0.15.0" futures = "0.3" kube = { version = "0.87.2", default-features = false, features = ["runtime", "derive", "rustls-tls"] }