1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00

Bump clap from 4.0.29 to 4.0.31

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

---
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-12-22 19:07:00 +00:00
committed by Quentin Gliech
parent 6d74f0ae07
commit 1d018984ee
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -997,9 +997,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.29"
version = "4.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
checksum = "cab512b39872b48c5ecf6b3bef2efb56dc0b986630d9da71a21a8c8f6878c334"
dependencies = [
"bitflags",
"clap_derive",

View File

@@ -10,7 +10,7 @@ anyhow = "1.0.68"
atty = "0.2.14"
axum = "0.6.1"
camino = "1.1.1"
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.31", features = ["derive"] }
dotenv = "0.15.0"
hyper = { version = "0.14.23", features = ["full"] }
itertools = "0.10.5"