From a37e35dcee5b758df6761ed8433714f4fe1d540b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:32:03 +0000 Subject: [PATCH] Bump matchit from 0.7.3 to 0.9.1 Bumps [matchit](https://github.com/ibraheemdev/matchit) from 0.7.3 to 0.9.1. - [Release notes](https://github.com/ibraheemdev/matchit/releases) - [Commits](https://github.com/ibraheemdev/matchit/compare/v0.7.3...v0.9.1) --- updated-dependencies: - dependency-name: matchit dependency-version: 0.9.1 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 1a705531..67fa6e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ dependencies = [ "http-body", "http-body-util", "itoa", - "matchit 0.8.4", + "matchit", "memchr", "mime", "percent-encoding", @@ -1873,12 +1873,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" @@ -2994,7 +2988,7 @@ dependencies = [ "hyper", "hyper-util", "linkme", - "matchit 0.7.3", + "matchit", "pin-project-lite", "prometheus", "proptest", diff --git a/Cargo.toml b/Cargo.toml index b01fba27..f19d3eec 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"