Skip to content

Commit

Permalink
marzano/0.0_git20240410-r1: fix GHSA-q6cp-qfwq-4gcv/GHSA-q445-7m23-qrmw/
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] authored and mamccorm committed Oct 8, 2024
1 parent ca6f131 commit 2a2edfd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion marzano.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
# This project doesn't do releases and everything is commit based.
# This corresponds to commit bf632bd68f1b7fdb201b2379c3b31bc82eee9fee
version: 0.0_git20240410
epoch: 1
epoch: 2
description: "a structural diff that understands syntax"
copyright:
- license: MIT
Expand Down Expand Up @@ -31,6 +31,8 @@ pipeline:
git checkout ${{vars.commit}}
git submodule update --init
- uses: rust/cargobump

- runs: |
cd gritql
cargo auditable build --release
Expand Down
9 changes: 9 additions & 0 deletions marzano/cargobump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
packages:
- name: libgit2-sys
version: 0.16.2
- name: rustls
version: 0.22.4
- name: openssl
version: 0.10.66
- name: h2
version: 0.3.26

0 comments on commit 2a2edfd

Please sign in to comment.