mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps): bump clap from 4.4.2 to 4.4.3 (#2120)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3. - [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.3) --- 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
d9af20b977
commit
af4b675465
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -694,9 +694,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.4.2"
|
version = "4.4.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
|
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive",
|
"clap_derive",
|
||||||
|
|
|
@ -102,7 +102,7 @@ base32 = "^0.4.0"
|
||||||
base64 = "^0.21.4"
|
base64 = "^0.21.4"
|
||||||
base64urlsafedata = "0.1.3"
|
base64urlsafedata = "0.1.3"
|
||||||
bytes = "^1.5.0"
|
bytes = "^1.5.0"
|
||||||
clap = { version = "^4.4.2", features = ["derive", "env"] }
|
clap = { version = "^4.4.3", features = ["derive", "env"] }
|
||||||
clap_complete = "^4.4.1"
|
clap_complete = "^4.4.1"
|
||||||
# Forced by saffron/cron
|
# Forced by saffron/cron
|
||||||
chrono = "^0.4.30"
|
chrono = "^0.4.30"
|
||||||
|
|
Loading…
Reference in a new issue