chore(deps): Update Rust crate nethsm-sdk-rs to v3

This MR contains the following updates:

Package Type Update Change
nethsm-sdk-rs (source) workspace.dependencies major 1.1.1 -> 3.0.0

Release Notes

Nitrokey/nethsm-sdk-rs (nethsm-sdk-rs)

v3.0.0

Compare Source

This release adds support for the new features provided by NetHSM v3.0.

Breaking Changes
  • models:
    • Remove KeyType::EcP224 and TlsKeyType::EcP224 enum variants
    • Add subject_alt_names field to DistinguishedName (requires NetHSM v3.0)
    • Mark all models als non-exhaustive
    • Only implement Default if all fields are optional
    • Remove all submodules. The models are directly available from the models module.
Features
  • models: Add new enum variants (requires NetHSM v3.0):
    • KeyMechanism: Bip340Signature
    • KeyType: EcP256K1, BrainpoolP256, BrainpoolP384, BrainpoolP512
    • SignMode: Bip340
    • TlsKeyType: BrainpoolP256, BrainpoolP384, BrainpoolP512
  • apis::default_api:
    • Add keys_key_id_move_post function (requires NetHSM v3.0)
    • Add keys_key_prefix_get function (requires NetHSM v3.0)

All Changes

v2.0.0

Compare Source

  • Update to ureq 3.0.0 (#​35)

All Changes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading