Skip to content

Commit

Permalink
Update to idna 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Jun 9, 2023
1 parent a377c40 commit 6ccfae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ psl-types = "2.0.11"

# Optional dependencies
hashbrown = { version = "0.12.3", features = ["inline-more"], optional = true }
idna = { version = "0.3", optional = true }
idna = { version = "0.4", optional = true }
unicase = { version = "2.6.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 6ccfae3

Please sign in to comment.