Skip to content

Problem: cargo audit warnings #341

@tomtau

Description

@tomtau

Describe the bug
Running cargo audit found three unmaintained dependencies: failure, net2 and serde_cbor.

Running cargo audit found four vulnerable dependencies:

  1. RUSTSEC-2021-0119 in nix 0.20.0 – requires upgrade to >=0.23.0
  2. RUSTSEC-2022-0013 in regex 1.5.4 – requires upgrade to >=1.5.5
  3. RUSTSEC-2020-0071 in time 0.1.43 – requires update to >=0.2.23
  4. RUSTSEC-2021-0124 in tokio 0.2.25 – requires upgrade to >=1.13.1

To Reproduce
Steps to reproduce the behavior:

  1. Run cargo audit

Expected behavior
No unmaintained dependencies shown.
No vulnerable dependencies shown.

Desktop:

  • OS: Ubuntu
  • Version 22.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions