From 799c2990ba8facfc192c269a3ad7baae8115bdf2 Mon Sep 17 00:00:00 2001 From: Amin Jamal Date: Mon, 4 May 2026 23:17:50 +0200 Subject: [PATCH] chore: fix release workflow --- .github/workflows/tag-release.yml | 2 +- Cargo.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index b0c6252..b0875f3 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -181,7 +181,7 @@ jobs: - target: aarch64-unknown-linux-musl os: ubuntu-latest - target: x86_64-apple-darwin - os: macos-13 + os: macos-latest - target: aarch64-apple-darwin os: macos-latest - target: x86_64-pc-windows-msvc diff --git a/Cargo.lock b/Cargo.lock index 08951d7..86ea40e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,9 +325,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" +checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" dependencies = [ "atomic-waker", "bytes", @@ -731,7 +731,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "openapi-aggregator" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "mockito",