jhelovuo / RustDDS

Rust implementation of Data Distribution Service
Apache License 2.0
327 stars 66 forks source link

Update cryptoki requirement from 0.6 to 0.7 #341

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 4 months ago

Updates the requirements on cryptoki to permit the latest version.

Changelog

Sourced from cryptoki's changelog.

cryptoki-0.7.0 (2024-06-18)

Full Changelog

cryptoki-sys-0.1.8 (2024-06-18)

Full Changelog

Closed issues:

  • Build of cryptoki v0.6.1 failing on Fedora 39+ #198

Merged pull requests:

cryptoki-0.6.2 (2024-03-08)

Full Changelog

Merged pull requests:

cryptoki-0.6.1 (2023-10-16)

Full Changelog

Merged pull requests:

cryptoki-0.6.0 (2023-10-06)

... (truncated)

Commits
  • b2839f5 Bump cryptoki version and update changelog
  • 1835854 Bump -sys version and update changelog
  • 1ad9e72 Fix typos
  • 96837f6 Fix unnecessary qualification error
  • 278a5c4 CI: Update CI script for building all features
  • 6f1cef9 mechanism/rsa: Expose PkcsOaepParams' message digest algorithm
  • 982d6bf Merge pull request #199 from hug-dev/shlexed
  • 6fc8c14 Merge pull request #203 from Firstyear/20240308-mechanisms
  • c4f8952 Add extra mechanisms for debug output
  • 68e484a Update bindings
  • Additional commits viewable in compare view


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.

jhelovuo commented 1 month ago

@dependabot rebase