From 968414804ab257736fa95ca9e7e663c00d7d377c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:34:12 +0000 Subject: [PATCH] deps(deps): update matchit requirement from 0.8 to 0.9 Updates the requirements on [matchit](https://github.com/ibraheemdev/matchit) to permit the latest version. - [Release notes](https://github.com/ibraheemdev/matchit/releases) - [Commits](https://github.com/ibraheemdev/matchit/compare/v0.8.0...v0.9.2) --- updated-dependencies: - dependency-name: matchit dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- control/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/Cargo.toml b/control/Cargo.toml index 19175e4..18f7891 100644 --- a/control/Cargo.toml +++ b/control/Cargo.toml @@ -43,7 +43,7 @@ hyper-util = { version = "0.1", features = ["tokio", "client-legacy", "server", http-body-util = "0.1" # Routing -matchit = "0.8" +matchit = "0.9" regex = "1.11" # For HTTPRoute header RegularExpression matching # Metrics (Week 2)