Skip to content

Commit

Permalink
refactor: adjust to changes in rustic_core for added rustic_backend (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome authored Jan 28, 2024
1 parent 7019743 commit dfc015f
Show file tree
Hide file tree
Showing 26 changed files with 908 additions and 317 deletions.
6 changes: 6 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[advisories]
ignore = [
# FIXME!: See https://github.com/RustCrypto/RSA/issues/19#issuecomment-1822995643.
# There is no workaround available yet.
"RUSTSEC-2023-0071",
]
1 change: 1 addition & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: rustsec/audit-check@dd51754d4e59da7395a4cd9b593f0ff2d61a9b95 # v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2023-0071 # rsa thingy, ignored for now

cargo-deny:
name: Run cargo-deny
Expand Down
Loading

0 comments on commit dfc015f

Please sign in to comment.