Skip to content

Commit

Permalink
Bump notify from 4.0.17 to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Heath committed Dec 12, 2022
1 parent eb5c1a6 commit 8573c22
Show file tree
Hide file tree
Showing 7 changed files with 1,397 additions and 3,494 deletions.
70 changes: 33 additions & 37 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions components/sup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ lazy_static = "*"
libc = "*"
log = "*"
log4rs = "*"
multimap = "*"
notify = "*"
num_cpus = "*"
parking_lot = "*"
Expand Down
4 changes: 1 addition & 3 deletions components/sup/src/manager.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
pub(crate) mod action;
pub mod service;
#[macro_use]
mod debug;
pub mod commands;
mod file_watcher;
mod peer_watcher;
mod self_updater;
pub mod service;
mod service_updater;
mod spec_dir;
mod spec_watcher;
Expand Down
130 changes: 0 additions & 130 deletions components/sup/src/manager/debug.rs

This file was deleted.

Loading

0 comments on commit 8573c22

Please sign in to comment.