From fa96f4ef1040a70f6fcfa09581f094ac067e6681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:16:48 -0800 Subject: [PATCH] chore(deps): bump serde-aux from 4.1.0 to 4.1.2 (#1874) Bumps [serde-aux](https://github.com/vityafx/serde-aux) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/vityafx/serde-aux/releases) - [Commits](https://github.com/vityafx/serde-aux/commits) --- updated-dependencies: - dependency-name: serde-aux 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-etherscan/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4259024..0da2f9ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3476,9 +3476,9 @@ dependencies = [ [[package]] name = "serde-aux" -version = "4.1.0" +version = "4.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb6a3148cb21f1afb585b9ce6aeea9e58bd02c37ddb336277af10396ca3574fd" +checksum = "c599b3fd89a75e0c18d6d2be693ddb12cccaf771db4ff9e39097104808a014c0" dependencies = [ "serde", "serde_json", diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 7a71e0f9..84347f42 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -23,7 +23,7 @@ ethers-solc = { version = "^1.0.0", path = "../ethers-solc", default-features = reqwest = { version = "0.11.13", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } -serde-aux = { version = "4.1.0", default-features = false } +serde-aux = { version = "4.1.2", default-features = false } thiserror = "1.0" tracing = "0.1.37" semver = "1.0.14"