From 27329661356c99a5f0eef68573c7f8746c302122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:39:55 +0000 Subject: [PATCH] build(deps): bump clap from 4.4.13 to 4.4.18 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.13 to 4.4.18. - [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.13...v4.4.18) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ daemon/Cargo.toml | 2 +- devtools/Cargo.toml | 2 +- minidsp/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6981edf7..54bdb76b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,9 +38,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.4" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" +checksum = "628a8f9bd1e24b4e0db2b4bc2d000b001e7dd032d54afa60a68836aeec5aa54a" dependencies = [ "anstyle", "anstyle-parse", @@ -201,9 +201,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.13" +version = "4.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642" +checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" dependencies = [ "clap_builder", "clap_derive", @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.12" +version = "4.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" +checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" dependencies = [ "anstream", "anstyle", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 1bfd5414..d7f01f56 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -17,7 +17,7 @@ default = ["serde", "strum", "schemars"] [dependencies] anyhow = "1.0.79" bytes = "1.5.0" -clap = "4.4.13" +clap = "4.4.18" confy = "0.5.1" env_logger = "0.10.1" futures = "0.3.30" diff --git a/devtools/Cargo.toml b/devtools/Cargo.toml index 982a880d..4fb3a5f8 100644 --- a/devtools/Cargo.toml +++ b/devtools/Cargo.toml @@ -13,7 +13,7 @@ devices = ["minidsp/devices"] [dependencies] anyhow = "1.0.79" bimap = "0.6.3" -clap = "4.4.13" +clap = "4.4.18" env_logger = "0.10.1" futures = "0.3.30" futures-sink = "0.3.30" diff --git a/minidsp/Cargo.toml b/minidsp/Cargo.toml index 5a5df21d..feb65948 100644 --- a/minidsp/Cargo.toml +++ b/minidsp/Cargo.toml @@ -15,7 +15,7 @@ async-trait = "0.1.77" atomic_refcell = "0.1.13" bimap = "0.6.3" bytes = "1.5.0" -clap = { version = "4.4.13", features = ["derive", "env"] } +clap = { version = "4.4.18", features = ["derive", "env"] } env_logger = "0.10.1" futures = "0.3.30" futures-sink = "0.3.30"