Bump tracing-log from 0.1.3 to 0.1.4

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-24 04:28:56 +00:00 committed by GitHub
parent 1957fc4edf
commit 9724de7a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2760,12 +2760,12 @@ dependencies = [
[[package]] [[package]]
name = "tracing-log" name = "tracing-log"
version = "0.1.3" version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
dependencies = [ dependencies = [
"lazy_static",
"log", "log",
"once_cell",
"tracing-core", "tracing-core",
] ]

View File

@ -33,7 +33,7 @@ tracing = "0.1.40"
tracing-actix-web = "0.7.8" tracing-actix-web = "0.7.8"
tracing-bunyan-formatter = "0.3.9" tracing-bunyan-formatter = "0.3.9"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.1.3" tracing-log = "0.1.4"
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] } tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] }
[build-dependencies] [build-dependencies]