Skip to content

Commit

Permalink
Update to idna 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed May 2, 2024
1 parent 47958d6 commit 9102a91
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.4", optional = true }
idna = { version = "0.5", optional = true }
unicase = { version = "2.6.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 9102a91

Please sign in to comment.