1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump clap from 4.3.24 to 4.4.0

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.24 to 4.4.0.
- [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.24...clap_complete-v4.4.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-24 19:13:41 +00:00
committed by Quentin Gliech
parent f9440fd52e
commit f1e716ef90
2 changed files with 11 additions and 12 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
anyhow.workspace = true
axum = "0.6.20"
camino = "1.1.6"
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.0", features = ["derive"] }
dotenvy = "0.15.7"
httpdate = "1.0.3"
hyper = { version = "0.14.27", features = ["full"] }