From 1f951beeca9c1b244228ef2275c6e9ef94d386c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 14:45:56 -0700 Subject: [PATCH] chore(deps): bump unicode-xid from 0.2.3 to 0.2.4 (#1707) Bumps [unicode-xid](https://github.com/unicode-rs/unicode-xid) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/unicode-rs/unicode-xid/releases) - [Commits](https://github.com/unicode-rs/unicode-xid/commits/v0.2.4) --- updated-dependencies: - dependency-name: unicode-xid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 e795ed70..2f12ca8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4238,9 +4238,9 @@ checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "unicode-xid" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" +checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "untrusted" diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 6e349c9a..6f04639c 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -31,7 +31,7 @@ thiserror = { version = "1.0", default-features = false } bytes = { version = "1.2.1", features = ["serde"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } once_cell = { version = "1.14.0", optional = true } -unicode-xid = "0.2.3" +unicode-xid = "0.2.4" strum = { version = "0.24", features = ["derive"] } # macros feature enabled dependencies