Upgrade MSRV to 1.88 and upgrade dependencies. (#1358)

This commit is contained in:
Martin Hoffmann
2026-02-17 15:13:54 +01:00
committed by GitHub
parent 71cda3ad7c
commit d5ddaa221c
29 changed files with 677 additions and 391 deletions
+3 -3
View File
@@ -46,7 +46,7 @@ jobs:
# Test against the oldest supported version.
# Test against beta Rust to get early warning of any problems that might occur with the upcoming Rust release.
# Order: oldest Rust to newest Rust.
rust: [1.85.0, stable, beta]
rust: [1.88.0, stable, beta]
# Test with no features and all features.
args: ["--no-default-features", "--all-features"]
@@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
rust: [1.85.0, stable, beta]
rust: [1.88.0, stable, beta]
features: ["hsm", "hsm,hsm-tests-kmip"]
steps:
- name: Checkout repository
@@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
rust: [1.85.0, stable, beta]
rust: [1.88.0, stable, beta]
features: ["hsm,hsm-tests-pkcs11"]
steps:
- name: Checkout repository