Skip to content

Commit

Permalink
remove notify (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
f1shl3gs committed Jun 7, 2024
1 parent 1e8cf6d commit 4d9f27c
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 158 deletions.
71 changes: 0 additions & 71 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ log_schema = { path = "../log_schema" }
bytesize = { path = "../bytesize" }
memchr = { version = "2.7.2", default-features = false }
metrics = { path = "../metrics" }
# wired feature requirement, see: https://docs.rs/notify/latest/notify/#crossbeam-channel--tokio
notify = { version = "6.1.1", default-features = false, features = ["macos_kqueue"] }
once_cell = { version = "1.19.0", default-features = false }
pem = { version = "3.0.4", default-features = false, features = ["std"] }
percent-encoding = { version = "2.3.1", default-features = false }
Expand Down
Loading

0 comments on commit 4d9f27c

Please sign in to comment.