From 1dc7bdcc69e67ce41a8c8f23aa8db2e5a172b272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:27:12 +0200 Subject: [PATCH] chore(deps): bump tracing-subscriber from 0.3.7 to 0.3.8 (#875) Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.7...tracing-subscriber-0.3.8) --- updated-dependencies: - dependency-name: tracing-subscriber 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-signers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82db5b05..30277984 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3877,9 +3877,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5312f325fe3588e277415f5a6cca1f4ccad0f248c4cd5a4bd33032d7286abc22" +checksum = "74786ce43333fcf51efe947aed9718fbe46d5c7328ec3f1029e818083966d9aa" dependencies = [ "ansi_term", "lazy_static", diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 0e28bfec..1035d357 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -45,7 +45,7 @@ home = "0.5.3" ethers-contract = { version = "^0.6.0", path = "../ethers-contract", features = ["eip712", "abigen"]} ethers-derive-eip712 = { version = "0.2.0", path = "../ethers-core/ethers-derive-eip712" } serde_json = { version = "1.0.64" } -tracing-subscriber = "0.3.7" +tracing-subscriber = "0.3.8" yubihsm = { version = "0.40.0", features = ["secp256k1", "usb", "mockhsm"] } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]