From 4c8499b0c122334af910f5eaf13588f0fb235c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:27:32 +0000 Subject: [PATCH] chore(deps): Update mediatype requirement from 0.20 to 0.21 --- updated-dependencies: - dependency-name: mediatype dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16fd900..96c4849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ resolver = "2" [workspace.dependencies] axum = { version = "0.8", default-features = false } -mediatype = "0.20" +mediatype = "0.21"