From ce142247ea1492502bc020ab8e9527ae6eb10b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:04:50 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- crates/axum-utils/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/oidc-client/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4a94771..66819cb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 6852f7a9..f8dc3439 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -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" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 279d7c49..312c8212 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -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" diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index a41302ff..4312bb04 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -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"