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

build(deps): bump mime from 0.3.16 to 0.3.17

Bumps [mime](https://github.com/hyperium/mime) from 0.3.16 to 0.3.17.
- [Release notes](https://github.com/hyperium/mime/releases)
- [Commits](https://github.com/hyperium/mime/compare/v0.3.16...v0.3.17)

---
updated-dependencies:
- dependency-name: mime
  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-03-21 15:04:50 +00:00
committed by Quentin Gliech
parent 4c8f822341
commit ce142247ea
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ futures-util = "0.3.27"
headers = "0.3.8"
http = "0.2.9"
http-body = "0.4.5"
mime = "0.3.16"
mime = "0.3.17"
rand = "0.8.5"
sentry = { version = "0.30.0", default-features = false }
serde = "1.0.156"