Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Get the audit CI job passing #2151

Merged
merged 3 commits into from
Dec 13, 2021
Merged

Get the audit CI job passing #2151

merged 3 commits into from
Dec 13, 2021

Commits on Dec 7, 2021

  1. Update tokio

    This fixes the following `cargo audit` warning:
    
    ```
    Crate:         tokio
    Version:       1.13.0
    Title:         Data race when sending and receiving after closing a `oneshot` channel
    Date:          2021-11-16
    ID:            RUSTSEC-2021-0124
    URL:           https://rustsec.org/advisories/RUSTSEC-2021-0124
    Solution:      Upgrade to >=1.8.4, <1.9.0 OR >=1.13.1
    ```
    
    Versions changed:
    
    ```
    Updating tokio v1.13.0 -> v1.14.0
    Updating tokio-macros v1.5.1 -> v1.6.0
    ```
    jyn514 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    04b39f2 View commit details
    Browse the repository at this point in the history
  2. Ignore warnings about localtime_r not actually being threadsafe

    These can't be fixed for now, and are causing us to miss more important audit vulnerabilities.
    jyn514 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    071e19b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    89a9ad2 View commit details
    Browse the repository at this point in the history