From 18e6a9449ead27ce1d841f6da79bcacc4e7f1d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:52:28 +0000 Subject: [PATCH] Bump nucleo-matcher from 0.2.0 to 0.3.1 Bumps [nucleo-matcher](https://github.com/helix-editor/nucleo) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/helix-editor/nucleo/releases) - [Changelog](https://github.com/helix-editor/nucleo/blob/master/CHANGELOG.md) - [Commits](https://github.com/helix-editor/nucleo/commits) --- updated-dependencies: - dependency-name: nucleo-matcher dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6e84ec..04a9e8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,12 +346,6 @@ version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" -[[package]] -name = "cov-mark" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffa3d3e0138386cd4361f63537765cac7ee40698028844635a54495a92f67f3" - [[package]] name = "cpufeatures" version = "0.2.17" @@ -1127,11 +1121,10 @@ dependencies = [ [[package]] name = "nucleo-matcher" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b702b402fe286162d1f00b552a046ce74365d2ac473a2607ff36ba650f9bd57" +checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85" dependencies = [ - "cov-mark", "memchr", "unicode-segmentation", ] diff --git a/Cargo.toml b/Cargo.toml index 5f6dd9a..1b4ffbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ gtk4 = { version = "0.10", features = ["v4_12"] } vte4 = "0.9" ssh2 = "0.9" tokio = { version = "1", features = ["full"] } -nucleo-matcher = "0.2" +nucleo-matcher = "0.3" serde = { version = "1.0", features = ["derive"] } anyhow = "1.0" directories = "5.0"