Skip to content

Commit cde8a12

Browse files
authored
Merge pull request #2 from emo-crab/dependabot/cargo/idna-1.0.1
Update idna requirement from 0.5.0 to 1.0.1
2 parents 36a2578 + 3cda534 commit cde8a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldextract-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ repository = "https://github.com/emo-crab/tldextract-rs"
1515
[dependencies]
1616
serde = { version = "1", features = ["derive"], optional = true }
1717
reqwest = { version = "0.12.2", features = ["blocking", "native-tls", "native-tls-vendored"], default-features = false, optional = true }
18-
idna = "0.5.0"
18+
idna = "1.0.1"
1919
thiserror = "1"

0 commit comments

Comments
 (0)