From 8a106506142224b06ab5a8b392908c79b8edefec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 07:02:10 +0000 Subject: [PATCH] Bump notify from 5.1.0 to 6.0.0 in /src/agent Bumps [notify](https://github.com/notify-rs/notify) from 5.1.0 to 6.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/commits) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/agent/Cargo.lock | 6 +++--- src/agent/onefuzz/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index d099b227c6..6c8146e4f4 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -2136,9 +2136,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.1.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" +checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2" dependencies = [ "bitflags", "crossbeam-channel", @@ -2149,7 +2149,7 @@ dependencies = [ "libc", "mio 0.8.5", "walkdir", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] diff --git a/src/agent/onefuzz/Cargo.toml b/src/agent/onefuzz/Cargo.toml index cad6db4a40..50941f992d 100644 --- a/src/agent/onefuzz/Cargo.toml +++ b/src/agent/onefuzz/Cargo.toml @@ -18,7 +18,7 @@ futures-util = "0.3" hex = "0.4" lazy_static = "1.4" log = "0.4" -notify = "5.1.0" +notify = "6.0.0" regex = "1.8.1" reqwest = { version = "0.11", features = [ "json",