1
0
mirror of https://github.com/comit-network/comit-rs synced 2025-10-06 00:32:52 +02:00

Bump tracing from 0.1.22 to 0.1.25

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-17 19:50:38 +00:00
committed by GitHub
parent e4d1fbc58f
commit 6f89531aab
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@@ -104,9 +104,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.37"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
[[package]]
name = "arrayref"
@@ -4408,9 +4408,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
[[package]]
name = "tracing"
version = "0.1.22"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
dependencies = [
"cfg-if 1.0.0",
"log 0.4.11",
@@ -4421,9 +4421,9 @@ dependencies = [
[[package]]
name = "tracing-attributes"
version = "0.1.11"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",

View File

@@ -36,7 +36,7 @@ testcontainers = { version = "0.10", optional = true } # In dependencies instead
thiserror = "1"
time = { version = "0.2", features = [ "serde" ] }
tokio = { version = "0.2", features = [ "sync" ] }
tracing = "0.1.22"
tracing = "0.1.25"
tracing-futures = { version = "0.2" }
uuid = { version = "0.8", features = [ "serde", "v4" ] }