chore(deps): bump tracing from 0.1.22 to 0.1.23 (#188)

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.22 to 0.1.23.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.22...tracing-0.1.23)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-06 05:43:54 +02:00 committed by GitHub
parent bc4c9e2708
commit fd1e3be2f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2372,9 +2372,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
[[package]]
name = "tracing"
version = "0.1.22"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3"
dependencies = [
"cfg-if 1.0.0",
"pin-project-lite",

View File

@ -23,7 +23,7 @@ async-trait = { version = "0.1.42", default-features = false }
serde = { version = "1.0.123", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.22", default-features = false }
futures-util = { version = "0.3.12", default-features = false }
tracing = { version = "0.1.22", default-features = false }
tracing = { version = "0.1.23", default-features = false }
tracing-futures = { version = "0.2.4", default-features = false }
# for gas oracles

View File

@ -33,7 +33,7 @@ futures-channel = { version = "0.3.12", default-features = false }
pin-project = { version = "1.0.3", default-features = false }
# tracing
tracing = { version = "0.1.22", default-features = false }
tracing = { version = "0.1.23", default-features = false }
tracing-futures = { version = "0.2.4", default-features = false }
# tokio