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

Bump rust-embed from 6.4.1 to 6.4.2

Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/pyros2097/rust-embed/releases)
- [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
- [Commits](https://github.com/pyros2097/rust-embed/commits)

---
updated-dependencies:
- dependency-name: rust-embed
  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-10-20 19:42:52 +00:00
committed by Quentin Gliech
parent 2929b7500b
commit 4c1f6bc3df
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ headers = "0.3.8"
http = "0.2.8"
http-body = "0.4.5"
mime_guess = "2.0.4"
rust-embed = "6.4.1"
rust-embed = "6.4.2"
tower = "0.4.13"
tower-http = { version = "0.3.4", features = ["fs"] }
tracing = "0.1.37"