build(deps): bump the log-time group with 1 update (#7748)

Bumps the log-time group with 1 update: [tracing](https://github.com/tokio-rs/tracing).

- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.37...tracing-0.1.39)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: log-time
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-16 20:13:38 +00:00 committed by GitHub
parent c43142332a
commit 0507670259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 15 deletions

View File

@ -4633,11 +4633,10 @@ dependencies = [
[[package]]
name = "tracing"
version = "0.1.37"
version = "0.1.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9"
dependencies = [
"cfg-if 1.0.0",
"log",
"pin-project-lite",
"tracing-attributes",
@ -4668,9 +4667,9 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.31"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
"valuable",

View File

@ -29,7 +29,7 @@ rayon = "1.7.0"
tokio = { version = "1.33.0", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.8"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.37"
tracing = "0.1.39"
tracing-futures = "0.2.5"
[dev-dependencies]

View File

@ -19,7 +19,7 @@ categories = ["algorithms", "asynchronous"]
pin-project = "1.1.3"
tower = "0.4.13"
futures-core = "0.3.28"
tracing = "0.1.37"
tracing = "0.1.39"
[dev-dependencies]
tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] }

View File

@ -92,7 +92,7 @@ humantime = "2.1.0"
displaydoc = "0.2.4"
static_assertions = "1.1.0"
thiserror = "1.0.48"
tracing = "0.1.37"
tracing = "0.1.39"
# Serialization
hex = { version = "0.4.3", features = ["serde"] }
@ -138,7 +138,7 @@ color-eyre = "0.6.2"
# Enable a feature that makes tinyvec compile much faster.
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
spandoc = "0.2.2"
tracing = "0.1.37"
tracing = "0.1.39"
# Make the optional testing dependencies required
proptest = "1.3.1"

View File

@ -55,7 +55,7 @@ metrics = "0.21.1"
thiserror = "1.0.48"
tokio = { version = "1.33.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.37"
tracing = "0.1.39"
tracing-futures = "0.2.5"
orchard = "0.5.0"

View File

@ -69,7 +69,7 @@ tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-she
metrics = "0.21.1"
tracing-futures = "0.2.5"
tracing-error = { version = "0.2.0", features = ["traced-error"] }
tracing = "0.1.37"
tracing = "0.1.39"
# prod feature progress-bar
howudoin = { version = "0.1.2", optional = true }

View File

@ -57,7 +57,7 @@ indexmap = { version = "2.0.1", features = ["serde"] }
tokio = { version = "1.33.0", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.13"
tracing = "0.1.37"
tracing = "0.1.39"
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.188", features = ["serde_derive"] }

View File

@ -66,7 +66,7 @@ thiserror = "1.0.48"
rayon = "1.7.0"
tokio = { version = "1.33.0", features = ["rt-multi-thread", "sync", "tracing"] }
tower = { version = "0.4.13", features = ["buffer", "util"] }
tracing = "0.1.37"
tracing = "0.1.39"
# elasticsearch specific dependencies.
# Security: avoid default dependency on openssl

View File

@ -41,7 +41,7 @@ thiserror = "1.0.48"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-error = "0.2.0"
tracing = "0.1.37"
tracing = "0.1.39"
[dev-dependencies]
tempfile = "3.8.0"

View File

@ -179,7 +179,7 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-appender = "0.2.2"
tracing-error = "0.2.0"
tracing-futures = "0.2.5"
tracing = "0.1.37"
tracing = "0.1.39"
metrics = "0.21.1"