Skip to content

Commit

Permalink
Update deny.toml for idna
Browse files Browse the repository at this point in the history
The new version of `url` pulls in `idna v0.3`, which conflicts with
`idna v0.2` pulled in by `validator`.

This change updates deny.toml to remove outdated skips (for `tokio-util`
and `rustls-pemfile`) and to add a skip for `idna v0.2`.

Signed-off-by: Oliver Gould <[email protected]>
  • Loading branch information
olix0r committed Sep 9, 2022
1 parent 95397a5 commit 09c5cf6
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,8 @@ allow-git = []
multiple-versions = "deny"

[[bans.skip]]
# The following dependencies are still working on upgrading to 0.7:
# https://github.com/hyperium/h2/pull/603
# https://github.com/tower-rs/tower/pull/638
# https://github.com/tower-rs/tower-http/pull/221
name = "tokio-util"
version = "0.6"

[[bans.skip]]
# The following dependencies are still working on upgrading to 0.3
# https://github.com/rustls/hyper-rustls/pull/165
name = "rustls-pemfile"
# Waiting on https://github.com/Keats/validator/pull/233
name = "idna"
version = "0.2"

[[bans.skip]]
Expand Down

0 comments on commit 09c5cf6

Please sign in to comment.