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 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

4
Cargo.lock generated
View File

@ -3480,9 +3480,9 @@ dependencies = [
[[package]]
name = "mime"
version = "0.3.16"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"

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"

View File

@ -51,7 +51,7 @@ camino = "1.1.4"
chrono = { version = "0.4.24", features = ["serde"] }
time = "0.3.20"
url = { version = "2.3.1", features = ["serde"] }
mime = "0.3.16"
mime = "0.3.17"
rand = "0.8.5"
rand_chacha = "0.3.1"
headers = "0.3.8"

View File

@ -28,7 +28,7 @@ futures-util = "0.3.27"
headers = "0.3.8"
http = "0.2.9"
once_cell = "1.17.1"
mime = "0.3.16"
mime = "0.3.17"
rand = "0.8.5"
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"