1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

build(deps): bump clap from 4.4.2 to 4.4.3

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3.
- [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.4.2...v4.4.3)

---
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-09-12 19:37:54 +00:00
committed by Quentin Gliech
parent 9fcdad3142
commit a016b30b08
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -858,9 +858,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.4.2" version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",

View File

@@ -11,7 +11,7 @@ repository.workspace = true
anyhow.workspace = true anyhow.workspace = true
axum = "0.6.20" axum = "0.6.20"
camino = "1.1.6" camino = "1.1.6"
clap = { version = "4.4.2", features = ["derive"] } clap = { version = "4.4.3", features = ["derive"] }
dotenvy = "0.15.7" dotenvy = "0.15.7"
httpdate = "1.0.3" httpdate = "1.0.3"
hyper = { version = "0.14.27", features = ["full"] } hyper = { version = "0.14.27", features = ["full"] }