Skip to content

Commit b2852be

Browse files
authored
Update mountpoint-s3-client to fix libgit2-sys security issue (#141)
* Update mountpoint-s3-client to fix libgit2-sys security issue https://rustsec.org/advisories/RUSTSEC-2024-0013 * Update rust-checks to use brand new `manifest-path` input variable --------- Co-authored-by: Simon Beal <[email protected]>
1 parent 5aaa7c4 commit b2852be

File tree

3 files changed

+160
-221
lines changed

3 files changed

+160
-221
lines changed

.github/workflows/rust-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Run cargo deny
3838
uses: EmbarkStudios/cargo-deny-action@v1
3939
with:
40-
command: --manifest-path s3torchconnectorclient/Cargo.toml check ${{ matrix.checks }}
40+
command: check ${{ matrix.checks }}
41+
manifest-path: s3torchconnectorclient/Cargo.toml
4142

4243
clippy:
4344
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)