Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit aa9c9ea

Browse files
Bump notify from 6.0.1 to 6.1.1 in /src/agent (#3435)
Bumps [notify](https://github.com/notify-rs/notify) from 6.0.1 to 6.1.1. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](notify-rs/notify@notify-6.0.1...notify-6.1.1) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2e6a07 commit aa9c9ea

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/agent/Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ futures-util = "0.3"
1818
hex = "0.4"
1919
lazy_static = "1.4"
2020
log = "0.4"
21-
notify = { version = "6.0.1", default-features = false }
21+
notify = { version = "6.1.1", default-features = false }
2222
regex = "1.9.1"
2323
reqwest = { version = "0.11", features = [
2424
"json",

0 commit comments

Comments
 (0)