From 1d321dddc7e0f275f4b4ab048cc7f481365a3db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:57:20 +0000 Subject: [PATCH] build(deps): bump nucleo from 0.2.0 to 0.2.1 Bumps [nucleo](https://github.com/helix-editor/nucleo) from 0.2.0 to 0.2.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/compare/nucleo-v0.2.0...nucleo-v0.2.1) --- updated-dependencies: - dependency-name: nucleo dependency-type: direct:production update-type: version-update:semver-patch ... 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 406162f1faff..e9a2c13f2f49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1764,9 +1764,9 @@ dependencies = [ [[package]] name = "nucleo" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ccab936f2c8ad271bb31430944d98d358f74153566ea323265497f5639b11b6" +checksum = "ae5331f4bcce475cf28cb29c95366c3091af4b0aa7703f1a6bc858f29718fdf3" dependencies = [ "nucleo-matcher", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 8ffe0fa7ac84..cfb0aed398cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,4 @@ package.helix-term.opt-level = 2 [workspace.dependencies] tree-sitter = { version = "0.20", git = "https://github.com/tree-sitter/tree-sitter", rev = "ab09ae20d640711174b8da8a654f6b3dec93da1a" } -nucleo = "0.2.0" +nucleo = "0.2.1"