Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deny.toml for idna #1007

Merged
merged 1 commit into from Sep 9, 2022
Merged

Update deny.toml for idna #1007

merged 1 commit into from Sep 9, 2022

Conversation

olix0r
Copy link
Contributor

@olix0r olix0r commented Sep 9, 2022

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.

This fixes CI.

idna can be removed once Keats/validator#233 is released.

Signed-off-by: Oliver Gould ver@buoyant.io

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 <ver@buoyant.io>
@codecov-commenter
Copy link

Codecov Report

Merging #1007 (09c5cf6) into master (95397a5) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1007      +/-   ##
==========================================
- Coverage   72.17%   72.15%   -0.03%     
==========================================
  Files          64       64              
  Lines        4532     4532              
==========================================
- Hits         3271     3270       -1     
- Misses       1261     1262       +1     
Impacted Files Coverage Δ
kube-runtime/src/wait.rs 69.81% <0.00%> (-1.89%) ⬇️

@nightkr nightkr merged commit b757859 into kube-rs:master Sep 9, 2022
@olix0r olix0r deleted the ver/deny branch September 9, 2022 16:23
@clux clux added this to the 0.75.0 milestone Sep 9, 2022
@clux clux added dependencies upgrades to dependencies changelog-exclude changelog excluded prs labels Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-exclude changelog excluded prs dependencies upgrades to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants