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

Bump clap from 4.0.27 to 4.0.29

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.27 to 4.0.29.
- [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.0.27...v4.0.29)

---
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]
2022-11-29 19:07:13 +00:00
committed by Quentin Gliech
parent 8c759a1025
commit e492d8c653
2 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ argon2 = { version = "0.4.1", features = ["password-hash"] }
atty = "0.2.14"
axum = "0.6.0"
camino = "1.1.1"
clap = { version = "4.0.27", features = ["derive"] }
clap = { version = "4.0.29", features = ["derive"] }
dotenv = "0.15.0"
futures-util = "0.3.25"
hyper = { version = "0.14.23", features = ["full"] }