1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump clap from 4.2.2 to 4.2.4

Bumps [clap](https://github.com/clap-rs/clap) from 4.2.2 to 4.2.4.
- [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.2.2...v4.2.4)

---
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]
2023-04-19 20:01:11 +00:00
committed by Quentin Gliech
parent 97fdb9fe40
commit 7003dae354
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ anyhow = "1.0.70"
atty = "0.2.14"
axum = "0.6.15"
camino = "1.1.4"
clap = { version = "4.2.2", features = ["derive"] }
clap = { version = "4.2.4", features = ["derive"] }
dotenv = "0.15.0"
hyper = { version = "0.14.26", features = ["full"] }
itertools = "0.10.5"