From bd01fdfaf2a7254bf9c9d6266c5313bd4f3298b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:06:45 +0000 Subject: [PATCH] build(deps): bump clap from 4.3.21 to 4.3.22 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.21 to 4.3.22. - [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.3.21...v4.3.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- daemon/Cargo.toml | 2 +- devtools/Cargo.toml | 2 +- minidsp/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15204ace..23ee4c61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,9 +202,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.3.21" +version = "4.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" +checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2" dependencies = [ "clap_builder", "clap_derive", @@ -213,9 +213,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.21" +version = "4.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" +checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4" dependencies = [ "anstream", "anstyle", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index e447ff2d..90b90a90 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -17,7 +17,7 @@ default = ["serde", "strum", "schemars"] [dependencies] anyhow = "1.0.72" bytes = "1.4.0" -clap = "4.3.21" +clap = "4.3.22" confy = "0.5.1" env_logger = "0.10.0" futures = "0.3.28" diff --git a/devtools/Cargo.toml b/devtools/Cargo.toml index 8fb321b3..b2f24476 100644 --- a/devtools/Cargo.toml +++ b/devtools/Cargo.toml @@ -13,7 +13,7 @@ devices = ["minidsp/devices"] [dependencies] anyhow = "1.0.72" bimap = "0.6.3" -clap = "4.3.21" +clap = "4.3.22" env_logger = "0.10.0" futures = "0.3.28" futures-sink = "0.3.28" diff --git a/minidsp/Cargo.toml b/minidsp/Cargo.toml index 7daad1bf..6b6d1044 100644 --- a/minidsp/Cargo.toml +++ b/minidsp/Cargo.toml @@ -15,7 +15,7 @@ async-trait = "0.1.73" atomic_refcell = "0.1.10" bimap = "0.6.3" bytes = "1.4.0" -clap = { version = "4.3.21", features = ["derive", "env"] } +clap = { version = "4.3.22", features = ["derive", "env"] } env_logger = "0.10.0" futures = "0.3.28" futures-sink = "0.3.28"