mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-07 15:55:53 +00:00
Bump clap from 4.1.4 to 4.1.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.4 to 4.1.6. - [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.1.4...v4.1.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6a2278e5a2
commit
4175fa21a5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -512,9 +512,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.1.4"
|
||||
version = "4.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
|
||||
checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"clap_derive",
|
||||
|
@ -23,7 +23,7 @@ fj-viewer.workspace = true
|
||||
fj-window.workspace = true
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.1.4"
|
||||
version = "4.1.6"
|
||||
features = ["derive", "string"]
|
||||
|
||||
[dependencies.figment]
|
||||
|
@ -18,7 +18,7 @@ url = "2.3.0"
|
||||
path = "../autolib"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.1.4"
|
||||
version = "4.1.6"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.tokio]
|
||||
|
@ -24,7 +24,7 @@ version = "0.11.14"
|
||||
features = ["blocking"]
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.1.4"
|
||||
version = "4.1.6"
|
||||
features = ["std", "derive", "env"]
|
||||
default_features = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user