From 1f1d5214c2ae5d6896ed14614be5a2ec4ce345d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 16:10:35 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.47 to 4.5.51 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.51. - [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.51) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.51 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 53710737c..cc043e952 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,9 +569,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.47" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6" +checksum = "1a554639e42d0c838336fc4fbedb9e2df3ad1fa4acda149f9126b4ccfcd7900f" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 2c4d85342..0d799c89d 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.38", features = ["derive"] } -clap_complete = "4.5.47" +clap_complete = "4.5.52" rayon = "1.10.0" ratatui = { version = "0.29.0", features = ["serde"] } tui-textarea = "0.7.0"