tower-rs / tower

async fn(Request) -> Result<Response, Error>
https://docs.rs/tower
MIT License
3.56k stars 281 forks source link

chore: Remove unmatched deny ignore config #733

Closed tottoto closed 4 months ago

tottoto commented 1 year ago

This cargo-deny config could be removed according to the warning.

warning[advisory-not-detected]: advisory was not encountered
  ┌─ /github/workspace/deny.toml:5:11
  │
5 │ ignore = ["RUSTSEC-2020-0159"]
  │           ^^^^^^^^^^^^^^^^^^^ no crate matched advisory criteria

advisories ok, bans ok, licenses ok, sources ok

ref: https://github.com/tower-rs/tower/actions/runs/4829234227/jobs/8604020802#step:4:13

tobz commented 3 months ago

This has been released as part of tower@v0.5.0.

Thanks again for your contribution!