Skip to content

Commit

Permalink
Merge pull request #39 from sdroege/idna-0.4
Browse files Browse the repository at this point in the history
Update to idna 0.4
  • Loading branch information
rushmorem committed Aug 28, 2023
2 parents a377c40 + 6ccfae3 commit 47958d6
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 47958d6

Please sign in to comment.