Skip to content

Commit

Permalink
chore(deps): bump notify from 7.0.0 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [notify](https://github.com/notify-rs/notify) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@notify-7.0.0...notify-8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 6b25680 commit bed367d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 42 deletions.
70 changes: 29 additions & 41 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 crates/proksi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ http = "1.2.0"
itertools = "0.14.0"
jsonwebtoken = { version = "9.3.0", default-features = false }
nix = { version = "0.29.0", features = ["signal"] }
notify = { version = "7.0.0", default-features = false, features = [
notify = { version = "8.0.0", default-features = false, features = [
"fsevent-sys",
] }
num_cpus = "1.16.0"
Expand Down

0 comments on commit bed367d

Please sign in to comment.