From c1379fb8c455053907800816dc6341b7bb970d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:29:23 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.47 to 4.5.52 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.52. - [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.47...clap_complete-v4.5.52) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.52 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 30f455d0..8b635003 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,9 +569,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.47" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6" +checksum = "443d75d0bc6e86fb64d5cdbe7aa67f390702162a4358821761809663a14d752b" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 3093e926..caf10841 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ weaver_emit = { path = "crates/weaver_emit" } weaver_live_check = { path = "crates/weaver_live_check" } clap = { version = "4.5.39", features = ["derive"] } -clap_complete = "4.5.47" +clap_complete = "4.5.53" rayon = "1.10.0" ratatui = { version = "0.29.0", features = ["serde"] } tui-textarea = "0.7.0"