diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-08-01 14:22:56 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-08-01 14:22:56 +0200 |
| commit | 5e29eb23814fa99aef577a3d0fcc4a8f63b4bf75 (patch) | |
| tree | 701b1ebb2d6dbe6b01898654bba4f0cc23d13c86 /.github | |
| parent | cd919e46663211243c6ce30d7230e095b1a93a27 (diff) | |
| parent | a4d6d259b7269649b06d27a162206f6701fccffe (diff) | |
| download | mullvadvpn-5e29eb23814fa99aef577a3d0fcc4a8f63b4bf75.tar.xz mullvadvpn-5e29eb23814fa99aef577a3d0fcc4a8f63b4bf75.zip | |
Merge branch 'remove-dependency-on-time'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 00eb2f0959..0210facfea 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -22,6 +22,3 @@ jobs: name: Audit Rust Dependencies with: denyWarnings: true - # RUSTSEC-2020-0071: Ignore the time segfault CVE since there are no known - # good workarounds, and we want logs etc to be in local time. - ignore: RUSTSEC-2020-0071 |
