Browse Source

Bump the clap group with 1 update (#1209)

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.7...v4.4.8)

---
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/1212/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
c5e9c6789e
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 = [ @@ -390,9 +390,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.7"
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
dependencies = [
"clap_builder",
"clap_derive",
@ -400,9 +400,9 @@ dependencies = [ @@ -400,9 +400,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.4.7"
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
dependencies = [
"anstream",
"anstyle",
@ -416,7 +416,7 @@ version = "4.4.4" @@ -416,7 +416,7 @@ version = "4.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae"
dependencies = [
"clap 4.4.7",
"clap 4.4.8",
]
[[package]]
@ -524,7 +524,7 @@ dependencies = [ @@ -524,7 +524,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.4.7",
"clap 4.4.8",
"criterion-plot",
"is-terminal",
"itertools",
@ -2506,7 +2506,7 @@ dependencies = [ @@ -2506,7 +2506,7 @@ dependencies = [
"askalono",
"byte-unit",
"bytecount",
"clap 4.4.7",
"clap 4.4.8",
"clap_complete",
"criterion",
"crossbeam-channel",
@ -2555,7 +2555,7 @@ version = "2.18.1" @@ -2555,7 +2555,7 @@ version = "2.18.1"
dependencies = [
"anyhow",
"base64",
"clap 4.4.7",
"clap 4.4.8",
"color_quant",
"image",
"libc",

2
Cargo.toml

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

Loading…
Cancel
Save