Skip to content

Commit

Permalink
Merge pull request #3913 from uutils/dependabot/cargo/notify-5.0.0
Browse files Browse the repository at this point in the history
build(deps): bump notify from 5.0.0-pre.16 to 5.0.0
  • Loading branch information
sylvestre authored Sep 11, 2022
2 parents e8715cb + d02ee4b commit 4280c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 src/uu/tail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/tail.rs"
clap = { version = "3.2", features = ["wrap_help", "cargo"] }
libc = "0.2.132"
memchr = "2.5.0"
notify = { version = "=5.0.0-pre.16", features=["macos_kqueue"]}
notify = { version = "=5.0.0", features=["macos_kqueue"]}
uucore = { version=">=0.0.15", package="uucore", path="../../uucore", features=["ringbuffer", "lines"] }
same-file = "1.0.6"

Expand Down

0 comments on commit 4280c2a

Please sign in to comment.