From af983cfc1458716b56f80cef58fc777c802e1e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 17:08:40 +0000 Subject: [PATCH] Bump notify from 5.0.0-pre.16 to 5.0.0 Bumps [notify](https://github.com/notify-rs/notify) from 5.0.0-pre.16 to 5.0.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-pre.16...notify-5.0.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1408b1057..7277ec251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2117,9 +2117,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.0.0-pre.16" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "530f6314d6904508082f4ea424a0275cf62d341e118b313663f266429cb19693" +checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a" dependencies = [ "bitflags", "crossbeam-channel", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index 46185775a..e3ecc5dda 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -17,7 +17,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] libloading = "0.7.2" -notify = "5.0.0-pre.16" +notify = "5.0.0" thiserror = "1.0.32" cargo_metadata = "0.15.0"