Skip to content

Commit

Permalink
chore(build): update git2 and cargo update dependencies
Browse files Browse the repository at this point in the history
Ran `cargo update` to bump all possible versions for our dependencies.

Updated git2 to 0.18, due to a found high severity dependabot
security report.
  • Loading branch information
n-dusan committed Jun 5, 2024
1 parent 3132540 commit a9ee67e
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
components: rustfmt, clippy

- name: Install Just
uses: extractions/setup-just@v1
uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.STELAE_GITHUB_TOKEN }}

Expand Down
Loading

0 comments on commit a9ee67e

Please sign in to comment.