From 752fb5efff624987b20e9c64d33287592594277f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:22:04 +0000 Subject: [PATCH] Bump notify-debouncer-full from 0.3.1 to 0.3.2 (#1246) --- Cargo.lock | 4 ++-- crates/texlab/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e7146c5..ceb32e98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,9 +1050,9 @@ dependencies = [ [[package]] name = "notify-debouncer-full" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154" +checksum = "fb7fd166739789c9ff169e654dc1501373db9d80a4c3f972817c8a4d7cf8f34e" dependencies = [ "crossbeam-channel", "file-id", diff --git a/crates/texlab/Cargo.toml b/crates/texlab/Cargo.toml index b3d39a68..1986f812 100644 --- a/crates/texlab/Cargo.toml +++ b/crates/texlab/Cargo.toml @@ -46,7 +46,7 @@ log.workspace = true lsp-server = "0.7.7" lsp-types = "0.95.1" notify.workspace = true -notify-debouncer-full = "0.3.1" +notify-debouncer-full = "0.3.2" parking_lot = "0.12.3" parser = { path = "../parser" } references = { path = "../references" }