From 645771ed18ae459eae91fdb6d7e27ce1ac4d12c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 22:40:52 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.47 to 4.5.49 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.49. - [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.49) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.49 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 9c22bd3c3..bc154959f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.47" +version = "4.5.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6" +checksum = "07ae023020f3bbb76bfd6c7b9dd3f903b40f60e4dc60696c303457c5c01e6cbe" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index af66f0929..e8df27c72 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.37", features = ["derive"] } -clap_complete = "4.5.47" +clap_complete = "4.5.49" rayon = "1.10.0" ratatui = { version = "0.29.0", features = ["serde"] } tui-textarea = "0.7.0"