Skip to content

Commit

Permalink
zellij/0.40.1-r1: cve remediation (#28781)
Browse files Browse the repository at this point in the history
Bumps two dependencies to remediate CVEs. The other unfortunately we
cannot upgrade, and thus advisories have been filed for them:
wolfi-dev/advisories#8585.

----

---------

Signed-off-by: Mark McCormick <[email protected]>
Co-authored-by: octo-sts[bot] <[email protected]>
Co-authored-by: Mark McCormick <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2024
1 parent 1c879fc commit 17aa50a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zellij.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: zellij
version: 0.40.1
epoch: 1
epoch: 2
description: A terminal workspace with batteries included
copyright:
- license: MIT
Expand All @@ -24,6 +24,8 @@ pipeline:
tag: v${{package.version}}
expected-commit: cd0cc06cec039623a55273cdc089bdde613e88e7

- uses: rust/cargobump

- runs: |
# use system openssl
export OPENSSL_NO_VENDOR=1
Expand Down
5 changes: 5 additions & 0 deletions zellij/cargobump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
packages:
- name: rustix
version: 0.37.25
- name: rmp-serde
version: 1.1.1

0 comments on commit 17aa50a

Please sign in to comment.