Skip to content

Commit

Permalink
chore: upgrade notify crate (#190)
Browse files Browse the repository at this point in the history
This upgrades the notify crate to 7.0.0. We can't go
all the way to 8.0.0 the way dependabot wants to because
it will break our MSRV.
  • Loading branch information
ethanpailes authored Jan 24, 2025
1 parent 4153d69 commit 42974fb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 87 deletions.
125 changes: 39 additions & 86 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 = { version = "7", features = ["crossbeam-channel"] } # 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 42974fb

Please sign in to comment.