Skip to content

Commit

Permalink
chore(deps): Bump notify from 6.1.1 to 7.0.0 (#21646)
Browse files Browse the repository at this point in the history
* chore(deps): Bump notify from 6.1.1 to 7.0.0

Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 7.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-6.1.1...notify-7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* dd-rust-license-tool write

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlos Rontidis <[email protected]>
  • Loading branch information
dependabot[bot] and pront authored Oct 29, 2024
1 parent 1fe4152 commit 98e72c8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
22 changes: 16 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ mongodb = { version = "2.8.2", default-features = false, features = ["tokio-runt
async-nats = { version = "0.33.0", default-features = false, optional = true }
nkeys = { version = "0.4.4", default-features = false, optional = true }
nom = { version = "7.1.3", default-features = false, optional = true }
notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }
notify = { version = "7.0.0", default-features = false, features = ["macos_fsevent"] }
openssl = { version = "0.10.68", default-features = false, features = ["vendored"] }
openssl-probe = { version = "0.1.5", default-features = false }
ordered-float = { version = "4.4.0", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ no-std-compat,https://gitlab.com/jD91mZM2/no-std-compat,MIT,jD91mZM2 <[email protected]
nom,https://github.com/Geal/nom,MIT,[email protected]
nonzero_ext,https://github.com/antifuchs/nonzero_ext,Apache-2.0,Andreas Fuchs <[email protected]>
notify,https://github.com/notify-rs/notify,CC0-1.0,"Félix Saparelli <[email protected]>, Daniel Faust <[email protected]>, Aron Heinecke <[email protected]>"
notify-types,https://github.com/notify-rs/notify,MIT OR Apache-2.0,Daniel Faust <[email protected]>
ntapi,https://github.com/MSxDOS/ntapi,Apache-2.0 OR MIT,MSxDOS <[email protected]>
nu-ansi-term,https://github.com/nushell/nu-ansi-term,MIT,"[email protected], Ryan Scheel (Havvy) <[email protected]>, Josh Triplett <[email protected]>, The Nushell Project Developers"
nuid,https://github.com/casualjim/rs-nuid,Apache-2.0,Ivan Porto Carrero <[email protected]>
Expand Down

0 comments on commit 98e72c8

Please sign in to comment.