chore(deps): bump tracing from 0.1.24 to 0.1.25 (#210)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.24...tracing-0.1.25) 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:
parent
e88da4501c
commit
5af9a28d8c
|
@ -2278,9 +2278,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
|||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.24"
|
||||
version = "0.1.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12"
|
||||
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"pin-project-lite",
|
||||
|
|
|
@ -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.24", default-features = false }
|
||||
futures-util = { version = "0.3.12", default-features = false }
|
||||
tracing = { version = "0.1.24", default-features = false }
|
||||
tracing = { version = "0.1.25", default-features = false }
|
||||
tracing-futures = { version = "0.2.5", default-features = false }
|
||||
|
||||
# for gas oracles
|
||||
|
|
|
@ -33,7 +33,7 @@ futures-channel = { version = "0.3.12", default-features = false }
|
|||
pin-project = { version = "1.0.5", default-features = false }
|
||||
|
||||
# tracing
|
||||
tracing = { version = "0.1.24", default-features = false }
|
||||
tracing = { version = "0.1.25", default-features = false }
|
||||
tracing-futures = { version = "0.2.5", default-features = false }
|
||||
|
||||
# tokio
|
||||
|
|
Loading…
Reference in New Issue