From 5e9e5d3131a71ed2408dfee08143a79c44c71b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:35:04 +0000 Subject: [PATCH] Update idna requirement from 0.2 to 0.5 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](https://github.com/servo/rust-url/compare/idna-v0.2.0...v0.5.0) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1bd3462..6147356e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ ethereum-types = "0.13.0" futures = "0.3.5" futures-timer = "3.0.2" hex = "0.4" -idna = "0.2" +idna = "0.5" jsonrpc-core = "18.0.0" log = "0.4.6" parking_lot = "0.12.0"