From 4a36785a5f0b38cb49e2cc301fe8d2166202fcb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 05:08:59 +0000 Subject: [PATCH] chore(deps): bump matchit from 0.9.0 to 0.9.1 Bumps [matchit](https://github.com/ibraheemdev/matchit) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/ibraheemdev/matchit/releases) - [Commits](https://github.com/ibraheemdev/matchit/compare/v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: matchit dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6296ac48..d97f26b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1382,9 +1382,9 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "matchit" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea5f97102eb9e54ab99fb70bb175589073f554bdadfb74d9bd656482ea73e2a" +checksum = "b3eede3bdf92f3b4f9dc04072a9ce5ab557d5ec9038773bf9ffcd5588b3cc05b" [[package]] name = "md-5" @@ -2229,7 +2229,7 @@ dependencies = [ "http-body", "http-body-util", "hyper", - "matchit 0.9.0", + "matchit 0.9.1", "pin-project-lite", "rand 0.9.1", "serde",