From e85fdad78cad0926a58264444a3016f8a088b87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:26:46 +0000 Subject: [PATCH] build(deps): Bump clap from 4.5.9 to 4.5.10 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.10. - [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.9...v4.5.10) --- 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 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f77d3ae6..8444f46a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.9" +version = "4.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" +checksum = "8f6b81fb3c84f5563d509c59b5a48d935f689e993afa90fe39047f05adef9142" dependencies = [ "clap_builder", "clap_derive", @@ -524,9 +524,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.9" +version = "4.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" +checksum = "5ca6706fd5224857d9ac5eb9355f6683563cc0541c7cd9d014043b57cbec78ac" dependencies = [ "anstyle", "clap_lex", diff --git a/Cargo.toml b/Cargo.toml index ada91121..785fe765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ axum = { version = "0.5.17", default-features = false } base64 = { version = "0.22.1", default-features = false } camino = { version = "1.1.7", default-features = false } cap-async-std = { version = "0.26.1", default-features = true, features = ["fs_utf8"] } -clap = { version = "4.5.9", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] } +clap = { version = "4.5.10", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] } confargs = { version = "0.1.3", default-features = false } futures = { version = "0.3.30", default-features = false } futures-rustls = { version = "0.25.1", default-features = false }