Skip to content

Commit

Permalink
chore: bump notify from 6.1.1 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 8.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-8.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 Jan 13, 2025
1 parent a2c6de1 commit af33e23
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 97 deletions.
132 changes: 36 additions & 96 deletions 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 libshpool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ motd = { version = "0.2.2", default-features = false, features = [] } # getting
termini = "1.0.0" # terminfo database
tempfile = "3" # RAII tmp files
strip-ansi-escapes = "0.2.0" # cleaning up strings for pager display
notify = "6" # watch config file for updates
notify = "8" # watch config file for updates
libproc = "0.14.8" # sniffing shells by examining the subprocess
daemonize = "0.5" # autodaemonization
shpool-protocol = { version = "0.2.1", path = "../shpool-protocol" } # client-server protocol
Expand Down

0 comments on commit af33e23

Please sign in to comment.