From a1e4e3a883a1b8f4733e944b8d0c2b4b0dbfa760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:09:02 +0000 Subject: [PATCH] Bump notify from 5.0.0 to 5.1.0 Bumps [notify](https://github.com/notify-rs/notify) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/notify-5.0.0...notify-5.1.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/fj-host/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35237c905e..b7f40b6264 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2330,9 +2330,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.0.0" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a" +checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" dependencies = [ "bitflags", "crossbeam-channel", @@ -2343,7 +2343,7 @@ dependencies = [ "libc", "mio", "walkdir", - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index f47e374cfe..cc4794dccd 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -18,7 +18,7 @@ fj.workspace = true fj-interop.workspace = true fj-operations.workspace = true libloading = "0.7.4" -notify = "5.0.0" +notify = "5.1.0" thiserror = "1.0.35" tracing = "0.1.37" winit = "0.27.5"