Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump signal-hook from 0.1.16 to 0.3.3 #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2021

Bumps signal-hook from 0.1.16 to 0.3.3.

Changelog

Sourced from signal-hook's changelog.

0.3.3

  • low_level::emulate_default_handler to emulate whatever default handler would do.
  • low_level::signal_name to look up human readable name.
  • The Origin's debug output now contains the human readable name of the signal.

0.3.2

  • Allow extracting Origin from the raw siginfo_t structure by hand, without needing an iterator.
  • Folding the signal-hook-sys inline (but still compiling C code only conditionally).
  • WithRawSiginfo extractor (to get hands on the raw siginfo_t).
  • Bugfix: Don't leak on WithOrigin destruction.

0.3.1

  • Use caret dependencies where appropriate (to allow upgrades on signal-hook-registry).

async-std-0.2.0

  • No longer depends on futures.

0.3.0

  • The cleanup module is gone, it was not a good API. Replaced by conditional termination in flag.
  • Some abstractions/patterns are moved to low_level submodule, as they are considered building blocks, not for direct use (register, pipe, channel).
  • The signal constants are moved to a submodule (consts), together with few more constants, to not clutter the root.
  • The forever iterator no longer consumes.

registry-1.3.0

  • The unregister_signal in is deprecated, without a replacement.

0.2.2

  • Extractor for the origin of a signal (PID, UID, what caused it).
  • Fixing some doc links on re-exports.

0.2.1

  • Allow turning the iterator module off (the iterator feature, part of default features). This would allow compiling the crate on 1.31.0.

... (truncated)

Commits

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 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 26, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/signal-hook-0.3.3 branch from 2376cbe to 083f929 Compare August 5, 2021 08:03
@dependabot dependabot bot force-pushed the dependabot/cargo/signal-hook-0.3.3 branch from 083f929 to 7f02ba6 Compare October 20, 2021 04:31
@dependabot dependabot bot force-pushed the dependabot/cargo/signal-hook-0.3.3 branch 2 times, most recently from a0ada2c to d856fb8 Compare December 11, 2021 09:30
@dependabot dependabot bot force-pushed the dependabot/cargo/signal-hook-0.3.3 branch from d856fb8 to 339bb51 Compare December 12, 2021 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants