From 7a6919ad58114c8f472ae199d7f5613a38011de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 08:31:49 -0700 Subject: [PATCH] chore(deps): bump unicode-xid from 0.2.2 to 0.2.3 (#1243) Bumps [unicode-xid](https://github.com/unicode-rs/unicode-xid) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/unicode-rs/unicode-xid/releases) - [Commits](https://github.com/unicode-rs/unicode-xid/commits) --- updated-dependencies: - dependency-name: unicode-xid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9704a4b9..b8ba5f5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4117,9 +4117,9 @@ checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "unicode-xid" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" +checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" [[package]] name = "untrusted" diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 35fa57d7e..111e9d27c 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -29,7 +29,7 @@ thiserror = { version = "1.0.31", default-features = false } bytes = { version = "1.1.0", features = ["serde"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } once_cell = { version = "1.10.0", optional = true } -unicode-xid = "0.2.2" +unicode-xid = "0.2.3" # macros feature enabled dependencies cargo_metadata = { version = "0.14.2", optional = true }