From 4cd32f8d5a9f356c808661ac4e343077be5cea2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 21:16:06 +0000 Subject: [PATCH] Update idna requirement from 0.2 to 0.3 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.3.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 7ca8a6f0..f242e9ea 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.3" jsonrpc-core = "18.0.0" log = "0.4.6" parking_lot = "0.12.0"