From fc9ac870c29b6cd07f66022b038f5e9d12b900ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:46:27 +0000 Subject: [PATCH] chore(deps): bump matchit from 0.8.6 to 0.9.1 Bumps [matchit](https://github.com/ibraheemdev/matchit) from 0.8.6 to 0.9.1. - [Release notes](https://github.com/ibraheemdev/matchit/releases) - [Commits](https://github.com/ibraheemdev/matchit/compare/v0.8.6...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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 863b780..2a308f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1344,9 +1344,9 @@ checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30" [[package]] name = "matchit" -version = "0.8.6" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f926ade0c4e170215ae43342bf13b9310a437609c81f29f86c5df6657582ef9" +checksum = "b3eede3bdf92f3b4f9dc04072a9ce5ab557d5ec9038773bf9ffcd5588b3cc05b" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index b9f5cc4..0365db0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,4 +39,4 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } toml = "0.7.6" serde = "1.0.228" env_logger = "0.10.2" -matchit = "0.8.6" +matchit = "0.9.1"