Skip to content

Commit

Permalink
Bump notify from 6.1.1 to 7.0.0 in /deepwell
Browse files Browse the repository at this point in the history
Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 7.0.0.
- [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.1.1...notify-7.0.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent d05e3bd commit 405269b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
56 changes: 27 additions & 29 deletions deepwell/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deepwell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ hostname = "0.4"
intl-memoizer = "0.5"
jsonrpsee = { version = "0.24", features = ["macros", "server"] }
log = "0.4"
notify = { version = "6", optional = true }
notify = { version = "7", optional = true }
once_cell = "1"
paste = "1"
rand = "0.8"
Expand Down

0 comments on commit 405269b

Please sign in to comment.