From 2ffc9ff2ae7ba7e9a6095f793a291c5a1767e0c1 Mon Sep 17 00:00:00 2001 From: David Blodgett Date: Wed, 15 Apr 2026 09:57:59 -0500 Subject: [PATCH 1/2] workflow updates --- .github/workflows/R-CMD-Check.yml | 3 +++ .github/workflows/conformance.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/R-CMD-Check.yml b/.github/workflows/R-CMD-Check.yml index 518dbb2..4555bdf 100644 --- a/.github/workflows/R-CMD-Check.yml +++ b/.github/workflows/R-CMD-Check.yml @@ -2,9 +2,12 @@ on: push: branches: - main + - develop + - 'release/**' pull_request: branches: - main + - develop workflow_dispatch: inputs: debug_enabled: diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 4fd5375..76300d5 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -3,9 +3,12 @@ on: push: branches: - main + - develop + - 'release/**' pull_request: branches: - main + - develop name: Zarr conformance tests From 380e4b28c28d21faace4f5fbb6860871501cc430 Mon Sep 17 00:00:00 2001 From: David Blodgett Date: Thu, 23 Apr 2026 08:24:50 -0500 Subject: [PATCH 2/2] bump openssl 0.10.77 -> 0.10.78 in Cargo.lock Closes GHSA-ghm9-cr32-g9qj, GHSA-hppc-g8h3-xhp3, GHSA-8c75-8mhr-p7r9, GHSA-xmgf-hq76-4vx2, GHSA-pqf5-4pqq-29f5. Transitive via reqwest -> native-tls; all five advisories patched in the same release. --- src/rust/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 5e94960..ebc7055 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -1412,9 +1412,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "openssl" -version = "0.10.77" +version = "0.10.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe4646e360ec77dff7dde40ed3d6c5fee52d156ef4a62f53973d38294dad87f" +checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" dependencies = [ "bitflags", "cfg-if", @@ -1444,9 +1444,9 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "openssl-sys" -version = "0.9.113" +version = "0.9.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad2f2c0eba47118757e4c6d2bff2838f3e0523380021356e7875e858372ce644" +checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" dependencies = [ "cc", "libc",