1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

build(deps): bump notify from 5.0.0-pre.16 to 5.0.0

Bumps [notify](https://github.com/notify-rs/notify) from 5.0.0-pre.16 to 5.0.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/notify-rs/notify/compare/notify-5.0.0-pre.16...notify-5.0.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-10 07:56:32 +00:00 committed by GitHub
parent 70714bc3cd
commit d02ee4b1eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1199,9 +1199,9 @@ dependencies = [
[[package]] [[package]]
name = "notify" name = "notify"
version = "5.0.0-pre.16" version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "530f6314d6904508082f4ea424a0275cf62d341e118b313663f266429cb19693" checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crossbeam-channel", "crossbeam-channel",
@ -2624,7 +2624,7 @@ dependencies = [
"itertools", "itertools",
"quick-error", "quick-error",
"regex", "regex",
"time 0.3.14", "time",
"uucore", "uucore",
] ]

View file

@ -19,7 +19,7 @@ path = "src/tail.rs"
clap = { version = "3.2", features = ["wrap_help", "cargo"] } clap = { version = "3.2", features = ["wrap_help", "cargo"] }
libc = "0.2.132" libc = "0.2.132"
memchr = "2.5.0" 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"] } uucore = { version=">=0.0.15", package="uucore", path="../../uucore", features=["ringbuffer", "lines"] }
same-file = "1.0.6" same-file = "1.0.6"