Skip to content

Commit

Permalink
Update idna requirement from 0.5 to 1.0 (#730)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent eccb0aa commit fa9cd7b
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 @@ -19,7 +19,7 @@ ethereum-types = "0.14.1"
futures = "0.3.5"
futures-timer = "3.0.2"
hex = "0.4"
idna = "0.5"
idna = "1.0"
jsonrpc-core = "18.0.0"
log = "0.4.6"
parking_lot = "0.12.0"
Expand Down

0 comments on commit fa9cd7b

Please sign in to comment.