aws / aws-nitro-enclaves-nsm-api

This provides a library for interacting with the Nitro Secure Module, which provides Nitro Enclaves with attestation capability.
Apache License 2.0
62 stars 43 forks source link

build(deps): update signal-hook requirement from =0.1.8 to =0.3.15 #43

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on signal-hook to permit the latest version.

Changelog

Sourced from signal-hook's changelog.

0.3.15

signal-hook-registry-1.4.1

  • AIX support (experimental/not guaranteed to work).

0.3.14

  • Added the SIGINFO signal (where available).

signal-hook-mio-0.2.3

  • Support for mio 0.8

signal-hook-async-std-0.2.2

signal-hook-tokio-0.3.1

  • Fix support for SignalsInfo with non-default info extractors.

0.3.13

  • Add haiku support.

0.3.12

  • Fix accidentally broken windows build.

0.3.11

  • Provide fallback sigaddset, sigemptyset on certain androids, as they are missing them.

0.3.10

  • Doc link fixes.

0.3.9

  • Deliver SIGCHLD even on stop/continue.

0.3.8

  • Fix docs.rs build.

0.3.7

  • Unmask a signal in default emulation if it is termination.

mio-0.2.2

  • The same fix, but for the 0.6 support 😇.

... (truncated)

Commits
  • dd6ccc7 Version 0.3.15 / registry 1.4.1
  • 1b8cafa Merge pull request #136 from ecnelises/aix
  • a4d5e35 Merge pull request #140 from vorner/dependabot/cargo/tokio-1.20.4
  • 3a4885a Bump tokio from 1.19.2 to 1.20.4
  • 3473f45 Merge pull request #138 from vorner/dependabot/cargo/bumpalo-3.12.0
  • eb2032d Bump bumpalo from 3.10.0 to 3.12.0
  • 5dc385f Simplify target_os checks
  • 70b3ada Support AIX signal handler types
  • a9e5ca5 Dep updates
  • 9c20a65 Release v 0.3.14
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)