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.3.14 to 4.3.15

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.14 to 4.3.15.
- [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.14...v4.3.15)

---
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-07-18 19:54:18 +00:00
committed by Quentin Gliech
parent bb24a39c9a
commit a32a26cf75
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1225,9 +1225,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.3.14" version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98330784c494e49850cb23b8e2afcca13587d2500b2e3f1f78ae20248059c9be" checksum = "8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -1236,9 +1236,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.3.14" version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182eb5f2562a67dda37e2c57af64d720a9e010c5e860ed87c056586aeafa52e" checksum = "af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View File

@ -11,7 +11,7 @@ anyhow = "1.0.72"
atty = "0.2.14" atty = "0.2.14"
axum = "0.6.19" axum = "0.6.19"
camino = "1.1.6" camino = "1.1.6"
clap = { version = "4.3.14", features = ["derive"] } clap = { version = "4.3.15", features = ["derive"] }
dotenv = "0.15.0" dotenv = "0.15.0"
httpdate = "1.0.2" httpdate = "1.0.2"
hyper = { version = "0.14.27", features = ["full"] } hyper = { version = "0.14.27", features = ["full"] }