From 165a0bbb86f342bdb6723e1fe0b737c4c0636aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:05:12 +0000 Subject: [PATCH] cargo: bump the cargo-dependencies group with 2 updates Bumps the cargo-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [zstd](https://github.com/gyscos/zstd-rs). Updates `clap` from 4.3.15 to 4.3.16 - [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.15...v4.3.16) Updates `zstd` from 0.12.3+zstd.1.5.2 to 0.12.4 - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79f9dad47..455347ce6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.15" +version = "4.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c" +checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d" dependencies = [ "clap_builder", "clap_derive", @@ -354,9 +354,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.15" +version = "4.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d" +checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843" dependencies = [ "anstream", "anstyle", @@ -2700,9 +2700,9 @@ dependencies = [ [[package]] name = "zstd" -version = "0.12.3+zstd.1.5.2" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" +checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" dependencies = [ "zstd-safe", ] diff --git a/Cargo.toml b/Cargo.toml index ffa4eaa0a..1b8a4c05a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ cargo_metadata = "0.15.4" [dependencies] chrono = { version = "0.4.26", default-features = false, features = ["std", "clock"] } -clap = { version = "4.3.15", features = ["derive", "deprecated"] } +clap = { version = "4.3.16", features = ["derive", "deprecated"] } clap_complete = "4.3.2" clap_mangen = "0.2.10" config = { version = "0.13.3", default-features = false, features = ["toml"] } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6566e0a6b..7ef4fc97c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -55,7 +55,7 @@ tokio = { version = "1.29.1", optional = true } tracing = "0.1.37" watchman_client = { version = "0.8.0", optional = true } whoami = "1.4.1" -zstd = "0.12.3" +zstd = "0.12.4" [target.'cfg(unix)'.dependencies] rustix = { version = "0.38.4", features = ["fs"] }