chore(deps): bump clap from 4.5.11 to 4.5.20

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.11 to 4.5.20.
- [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/clap_complete-v4.5.11...clap_complete-v4.5.20)

---
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:
dependabot[bot] 2024-10-15 02:27:19 +00:00 коммит произвёл GitHub
Родитель 4a81d4eaa5
Коммит c30634104e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 8 добавлений и 8 удалений

14
Cargo.lock сгенерированный
Просмотреть файл

@ -329,9 +329,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.11"
version = "4.5.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3"
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
dependencies = [
"clap_builder",
"clap_derive",
@ -339,9 +339,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.11"
version = "4.5.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa"
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
dependencies = [
"anstream",
"anstyle",
@ -351,9 +351,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.5.11"
version = "4.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e"
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
dependencies = [
"heck 0.5.0",
"proc-macro2",
@ -1398,7 +1398,7 @@ name = "notify_push"
version = "0.1.0"
dependencies = [
"ahash",
"clap 4.5.11",
"clap 4.5.20",
"dashmap",
"derivative",
"dotenvy",

Просмотреть файл

@ -33,7 +33,7 @@ tokio-stream = { version = "0.1.15", features = ["net"] }
derivative = "2.2.0"
nextcloud-config-parser = { version = "0.11.0", features = ["redis-connect"] }
url = "2.5.2"
clap = { version = "4.5.11", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
sd-notify = { version = "0.4.2", optional = true }
[dev-dependencies]