diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-02-01 10:26:30 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-02-01 11:39:39 +0100 |
| commit | 1590d71649194668aab2e15306a875480faa55e7 (patch) | |
| tree | f63388b88aed8c8188cb87c9307cdb640bbb8f2c /.github/workflows | |
| parent | 2879eb3e8f887d2a840149b13415684e462ce7fa (diff) | |
| download | mullvadvpn-1590d71649194668aab2e15306a875480faa55e7.tar.xz mullvadvpn-1590d71649194668aab2e15306a875480faa55e7.zip | |
Update cargo audit CI job description to not mention env_logger
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 1cc67cf5e8..75e6126ae4 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -37,9 +37,8 @@ jobs: # # RUSTSEC-2021-0145: The vulnerability affects custom global allocators, # so it should be safe to ignore it. Stop ignoring the warning once - # atty has been replaced in clap and env_logger: + # atty has been replaced in clap (when we upgrade to clap 4): # https://github.com/clap-rs/clap/pull/4249 - # https://github.com/rust-cli/env_logger/pull/246 run: | cargo audit --deny warnings \ --ignore RUSTSEC-2020-0071 \ |
