Skip to content

Commit

Permalink
chore: Remove resolved advisory from deny ignore list (#487)
Browse files Browse the repository at this point in the history
Closes #447
  • Loading branch information
spencewenski authored Oct 27, 2024
1 parent 7b4dc5f commit 0ac777b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["web", "framework"]
categories = ["web-programming", "web-programming::http-server"]
# Determined using `cargo msrv` -- https://github.com/foresterre/cargo-msrv
rust-version = "1.74.1"
rust-version = "1.77.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -35,7 +35,7 @@ config-yml = ["config/yaml"]
# Config
# We only support `toml` configs currently, and one of the default features (`rust-ini`) pulls in a dependency
# that breaks the coverage build on nightly.
config = { version = "0.14.0", default-features = false, features = ["toml", "convert-case"] }
config = { version = "0.14.1", default-features = false, features = ["toml", "convert-case"] }
dotenvy = "0.15.5"

# Tracing
Expand Down
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ feature-depth = 1
# output a note when they are encountered.
ignore = [
{ id = "RUSTSEC-2024-0370", reason = "Transitive dependency; need other dependencies to resolve first." },
# Todo: https://github.com/roadster-rs/roadster/issues/447 - Get `config` to fix or migrate to `figment`
{ id = "RUSTSEC-2024-0320", reason = "Transitive dependency of `config` crate; only impacts our `config-yaml` feature." },
#"RUSTSEC-0000-0000",
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
#"[email protected]", # you can also ignore yanked crate versions if you wish
Expand Down

0 comments on commit 0ac777b

Please sign in to comment.