From c8499683ec44c0c44c0906ecbd1326d15055185c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:09:42 +0000 Subject: [PATCH] chore(deps): bump matchit from 0.9.1 to 0.9.2 Bumps [matchit](https://github.com/ibraheemdev/matchit) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/ibraheemdev/matchit/releases) - [Commits](https://github.com/ibraheemdev/matchit/compare/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: matchit dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- bin/router/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a13c30d67..7f8b63ea7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2421,7 +2421,7 @@ dependencies = [ "jsonwebtoken", "lasso2", "lazy_static", - "matchit 0.9.1", + "matchit 0.9.2", "md5", "mediatype", "memchr", @@ -3350,9 +3350,9 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "matchit" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3eede3bdf92f3b4f9dc04072a9ce5ab557d5ec9038773bf9ffcd5588b3cc05b" +checksum = "8863b587001c1b9a8a4e36008cebc6b3612cb1226fe2de94858e06092687b608" [[package]] name = "md-5" diff --git a/bin/router/Cargo.toml b/bin/router/Cargo.toml index 085bc3bd5..1f7299c2e 100644 --- a/bin/router/Cargo.toml +++ b/bin/router/Cargo.toml @@ -66,7 +66,7 @@ dashmap = { workspace = true } notify = { workspace = true } memchr = "2.8.0" percent-encoding = "2.3.2" -matchit = "0.9.1" +matchit = "0.9.2" moka = { workspace = true } ulid = "1.2.1"