From 891d274a883dca68854e9a7133bba5da65d0757f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:29:20 +0000 Subject: [PATCH] Bump matchit from 0.7.3 to 0.8.4 Bumps [matchit](https://github.com/ibraheemdev/matchit) from 0.7.3 to 0.8.4. - [Release notes](https://github.com/ibraheemdev/matchit/releases) - [Commits](https://github.com/ibraheemdev/matchit/compare/v0.7.3...v0.8.4) --- updated-dependencies: - dependency-name: matchit dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++-------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78e23e5..168a800 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ "http-body", "http-body-util", "itoa", - "matchit 0.8.4", + "matchit", "memchr", "mime", "percent-encoding", @@ -2006,12 +2006,6 @@ dependencies = [ "regex-automata", ] -[[package]] -name = "matchit" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" - [[package]] name = "matchit" version = "0.8.4" @@ -3192,7 +3186,7 @@ dependencies = [ "hyper", "hyper-util", "linkme", - "matchit 0.7.3", + "matchit", "multer", "pin-project-lite", "prometheus", diff --git a/Cargo.toml b/Cargo.toml index be43179..03b19bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } futures-util = "0.3" bytes = "1.5" -matchit = "0.7" # Radix tree router +matchit = "0.8" # Radix tree router pin-project-lite = "0.2" async-trait = "0.1"