Skip to content

Commit fa9cd7b

Browse files
Update idna requirement from 0.5 to 1.0 (#730)
Updates the requirements on [idna](https://github.com/servo/rust-url) to permit the latest version. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v0.5.0...v1.0.0) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eccb0aa commit fa9cd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ethereum-types = "0.14.1"
1919
futures = "0.3.5"
2020
futures-timer = "3.0.2"
2121
hex = "0.4"
22-
idna = "0.5"
22+
idna = "1.0"
2323
jsonrpc-core = "18.0.0"
2424
log = "0.4.6"
2525
parking_lot = "0.12.0"

0 commit comments

Comments
 (0)