Skip to content

Commit

Permalink
build(deps): update notify-debouncer-full requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [notify-debouncer-full](https://github.com/notify-rs/notify) to permit the latest version.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@file-id-0.2.0...debouncer-full-0.3.0)

---
updated-dependencies:
- dependency-name: notify-debouncer-full
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 4f33e8d commit 3fe1ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ clap = { version = "4", optional = true, features = ["cargo"] }
clap_autocomplete = { version = ">= 0.4.1", optional = true }
env_logger = { version = "0.10", optional = true, default-features = false, features = ["auto-color", "humantime"] }
log = { version = "0.4.17", optional = true }
notify-debouncer-full = { version = "0.2", default-features = false }
notify-debouncer-full = { version = "0.3", default-features = false }
syntect = { version = "5.0.0", default-features = false, features = ["default-fancy"] }
lazy_static = "1.4.0"

Expand Down

0 comments on commit 3fe1ad6

Please sign in to comment.