Bump clap from 4.3.4 to 4.3.8 (#510)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.8. - [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.4...v4.3.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ac241528d7
commit
971f53fbdb
|
@ -262,9 +262,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.3.4"
|
||||
version = "4.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "80672091db20273a15cf9fdd4e47ed43b5091ec9841bf4c6145c9dfbbcae09ed"
|
||||
checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
@ -273,9 +273,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.3.4"
|
||||
version = "4.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c1458a1df40e1e2afebb7ab60ce55c1fa8f431146205aa5f4887e0b111c27636"
|
||||
checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
|
|
@ -15,7 +15,7 @@ progenitor = { version = "0.3.0", path = "../progenitor" }
|
|||
progenitor-client = { version = "0.3.0", path = "../progenitor-client" }
|
||||
progenitor-impl = { version = "0.3.0", path = "../progenitor-impl" }
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.3.4", features = ["derive"] }
|
||||
clap = { version = "4.3.8", features = ["derive"] }
|
||||
openapiv3 = "1.0.2"
|
||||
rustfmt-wrapper = "0.2.0"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in New Issue