Browse Source

Bump the clap group with 1 update (#1178)

Bumps the clap group with 1 update: [clap](https://github.com/clap-rs/clap).

- [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.2...v4.4.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1174/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
2c08e10cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      Cargo.lock
  2. 2
      Cargo.toml

16
Cargo.lock generated

@ -390,9 +390,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.4.2" version = "4.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -400,9 +400,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.4.2" version = "4.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -416,7 +416,7 @@ version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f" checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
dependencies = [ dependencies = [
"clap 4.4.2", "clap 4.4.4",
] ]
[[package]] [[package]]
@ -524,7 +524,7 @@ dependencies = [
"anes", "anes",
"cast", "cast",
"ciborium", "ciborium",
"clap 4.4.2", "clap 4.4.4",
"criterion-plot", "criterion-plot",
"is-terminal", "is-terminal",
"itertools", "itertools",
@ -2493,7 +2493,7 @@ dependencies = [
"askalono", "askalono",
"byte-unit", "byte-unit",
"bytecount", "bytecount",
"clap 4.4.2", "clap 4.4.4",
"clap_complete", "clap_complete",
"criterion", "criterion",
"crossbeam-channel", "crossbeam-channel",
@ -2542,7 +2542,7 @@ version = "2.18.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
"clap 4.4.2", "clap 4.4.4",
"color_quant", "color_quant",
"image", "image",
"libc", "libc",

2
Cargo.toml

@ -25,7 +25,7 @@ repository = "https://github.com/o2sh/onefetch"
[workspace.dependencies] [workspace.dependencies]
owo-colors = "3.5.0" owo-colors = "3.5.0"
anyhow = "1.0" anyhow = "1.0"
clap = { version = "4.4.2", features = ["derive"] } clap = { version = "4.4.4", features = ["derive"] }
image = "0.24.7" image = "0.24.7"
strum = { version = "0.25.0", features = ["derive"] } strum = { version = "0.25.0", features = ["derive"] }

Loading…
Cancel
Save