From 8de8a29dc286403aeceb843563c3c29803e92e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 14:52:55 -0800 Subject: [PATCH] chore(deps): bump serde-aux from 4.0.0 to 4.1.0 (#1846) Bumps [serde-aux](https://github.com/vityafx/serde-aux) from 4.0.0 to 4.1.0. - [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-minor ... 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 fdcafb36..494df0f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3477,9 +3477,9 @@ dependencies = [ [[package]] name = "serde-aux" -version = "4.0.0" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c79c1a5a310c28bf9f7a4b9bd848553051120d80a5952f993c7eb62f6ed6e4c5" +checksum = "eb6a3148cb21f1afb585b9ce6aeea9e58bd02c37ddb336277af10396ca3574fd" dependencies = [ "serde", "serde_json", diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 4b306ca0..6916c532 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.12", 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.0.0", default-features = false } +serde-aux = { version = "4.1.0", default-features = false } thiserror = "1.0" tracing = "0.1.37" semver = "1.0.14"