From d70c50ad290788191cea33ef0e68f6c8c9f4ea07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 04:24:51 +0000 Subject: [PATCH] bump: update notify requirement from 4.0 to 5.1 Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version. - [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/commits/notify-5.1.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mun_compiler_daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mun_compiler_daemon/Cargo.toml b/crates/mun_compiler_daemon/Cargo.toml index 11ba5005a..64212fce4 100644 --- a/crates/mun_compiler_daemon/Cargo.toml +++ b/crates/mun_compiler_daemon/Cargo.toml @@ -20,4 +20,4 @@ mun_codegen = { version = "=0.4.0-dev", path = "../mun_codegen" } mun_compiler = { version = "=0.4.0-dev", path = "../mun_compiler" } mun_project = { version = "=0.4.0-dev", path = "../mun_project" } mun_hir = { version = "=0.4.0-dev", path = "../mun_hir" } -notify = { version = "4.0", default-features = false } +notify = { version = "5.1", default-features = false }