From 3d6770eb71d1a3da8062de362beabd465ef1acff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:03:49 +0000 Subject: [PATCH] Bump notify from 5.1.0 to 6.0.1 in /src/agent Bumps [notify](https://github.com/notify-rs/notify) from 5.1.0 to 6.0.1. - [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.1.0...notify-6.0.1) --- 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 14b30a0963..e2867b915f 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -2112,9 +2112,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.1.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" +checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51" dependencies = [ "bitflags", "crossbeam-channel", @@ -2125,7 +2125,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 df6bb0620a..669b6d5f08 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.1" regex = "1.8.1" reqwest = { version = "0.11", features = [ "json",