From 557363e068ac4efd03bc7f3d8d8f5716555c7821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:13:12 +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 ++-- crates/bench_runner/Cargo.toml | 2 +- crates/glaredb/Cargo.toml | 2 +- crates/pgprototest/Cargo.toml | 2 +- crates/testing/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 766c22644..58560f3be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1529,9 +1529,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/crates/bench_runner/Cargo.toml b/crates/bench_runner/Cargo.toml index 8629b3f0b..4213b79d9 100644 --- a/crates/bench_runner/Cargo.toml +++ b/crates/bench_runner/Cargo.toml @@ -12,7 +12,7 @@ pgsrv = {path = "../pgsrv"} tokio = { workspace = true } tokio-postgres = "0.7.8" anyhow = "1.0" -clap = { version = "4.4.12", features = ["derive"] } +clap = { version = "4.4.13", features = ["derive"] } async-trait = { workspace = true } glob = "0.3.1" regex = "1.8.1" diff --git a/crates/glaredb/Cargo.toml b/crates/glaredb/Cargo.toml index 3626bfc49..07247d322 100644 --- a/crates/glaredb/Cargo.toml +++ b/crates/glaredb/Cargo.toml @@ -25,7 +25,7 @@ object_store_util = { path = "../object_store_util" } metastore = { path = "../metastore" } anyhow = "1.0" tokio = { workspace = true } -clap = { version = "4.4.12", features = ["derive"] } +clap = { version = "4.4.13", features = ["derive"] } tracing = "0.1" uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } tonic = { workspace = true } diff --git a/crates/pgprototest/Cargo.toml b/crates/pgprototest/Cargo.toml index d9bb9a966..5ea216483 100644 --- a/crates/pgprototest/Cargo.toml +++ b/crates/pgprototest/Cargo.toml @@ -12,5 +12,5 @@ postgres-protocol = "0.6.5" serde = { workspace = true } bytes = "1.4.0" serde_json = { workspace = true } -clap = { version = "4.4.12", features = ["derive"] } +clap = { version = "4.4.13", features = ["derive"] } fallible-iterator = "0.2.0" diff --git a/crates/testing/Cargo.toml b/crates/testing/Cargo.toml index d96546c97..f636e96f0 100644 --- a/crates/testing/Cargo.toml +++ b/crates/testing/Cargo.toml @@ -7,7 +7,7 @@ edition = { workspace = true } num_cpus = "1.16.0" anyhow = "1.0" walkdir = "2.3.3" -clap = { version = "4.4.12", features = ["derive"] } +clap = { version = "4.4.13", features = ["derive"] } glob = "0.3.1" tracing = "0.1" tokio = { workspace = true } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 04c9ae666..f57fd1a01 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] anyhow = "1.0.77" -clap = { version = "4.4.12", features = ["derive"] } +clap = { version = "4.4.13", features = ["derive"] } xshell = "0.2.5" zip = "0.6.6"