Merge pull request #623 from vbrandl/dependabot/cargo/tracing-actix-web-0.7.5

Bump tracing-actix-web from 0.7.4 to 0.7.5
This commit is contained in:
Valentin Brandl 2023-05-25 16:54:34 +02:00 committed by GitHub
commit 202c9ba03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `tokio` from 1.28.0 to 1.28.1 (#618)
- Bump `reqwest` from 0.11.17 to 0.11.18 (#619)
- Bump `vergen` from 8.1.3 to 8.2.1 (#621, #622)
- Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623)
## [0.35.0] 2023-05-04

4
Cargo.lock generated
View File

@ -2665,9 +2665,9 @@ dependencies = [
[[package]]
name = "tracing-actix-web"
version = "0.7.4"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2def0ffabc0116481e14e82cf705fef814f5178171d445b6790137ff8a85a73"
checksum = "ce52ffaf2d544e317d3bef63f49a6a22022866505fa4840a4339b1756834a2a9"
dependencies = [
"actix-web",
"pin-project",

View File

@ -30,7 +30,7 @@ serde = "1.0.163"
serde_derive = "1.0.137"
serde_json = "1.0.94"
tracing = "0.1.37"
tracing-actix-web = "0.7.3"
tracing-actix-web = "0.7.5"
tracing-bunyan-formatter = "0.3.6"
tracing-futures = "0.2.5"
tracing-log = "0.1.3"