aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
116 stars 78 forks source link

build(deps): bump inotify from 0.10.0 to 0.10.2 #547

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 9 months ago

Bumps inotify from 0.10.0 to 0.10.2.

Changelog

Sourced from inotify's changelog.

v0.10.2 (2023-07-27)

  • Fix broken links to Watches in documentation (#205)

#205: hannobraun/inotify-rs#205

v0.10.1 (2023-06-07)

  • Add WatchDescriptor::get_watch_descriptor_id (#193)
  • Add Event::to_owned (#196)
  • Deprecate Event::into_owned (#196)
  • Add Watches/Inotify::watches/EventStream::watches (#197)
  • Deprecate Inotify::add_watch/Inotify::rm_watch (#197)
  • Add Inotify::into_event_stream/EventStream::into_inotify (#199)
  • Deprecate Inotify::event_stream (#199)
  • Implement AsFd and bidirectional conversion to/from OwnedFd (#202)
  • Raise Minimum Supported Rust Version (MSRV) to 1.63.0 (#202)

#193: hannobraun/inotify-rs#193 #196: hannobraun/inotify-rs#196 #197: hannobraun/inotify-rs#197 #199: hannobraun/inotify-rs#199 #202: hannobraun/inotify-rs#202

Commits
  • 44e3485 Update version
  • 95f97fc Update changelog
  • f189717 Merge pull request #205 from zachs18/patch-1
  • 2d2f43d Re-export watches::Watches at crate root.
  • d01df82 Merge pull request #204 from hannobraun/release
  • cbc4116 Update version
  • 3656564 Update changelog
  • 3d2988d Merge pull request #202 from joshtriplett/io-safety
  • 3f2d7e0 Implement AsFd and bidirectional conversion to/from OwnedFd
  • 9ec50c5 Merge pull request #193 from initard/improvement/inotify-two-files-with-the-s...
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.