Skip to content

Commit

Permalink
Merge pull request #42 from torokati44/idna-1.0
Browse files Browse the repository at this point in the history
Update to idna 1.0
  • Loading branch information
rushmorem authored Nov 13, 2024
2 parents b300356 + ade8bc1 commit 786c046
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.5", optional = true }
idna = { version = "1.0", optional = true }
unicase = { version = "2.6.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 786c046

Please sign in to comment.