Bump tracing-actix-web from 0.7.6 to 0.7.7

Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.6 to 0.7.7.
- [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.6...v0.7.7)

---
updated-dependencies:
- dependency-name: tracing-actix-web
  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-02 05:00:42 +00:00 committed by GitHub
parent 7fc5f9aefa
commit 6312b90a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2678,9 +2678,9 @@ dependencies = [
[[package]]
name = "tracing-actix-web"
version = "0.7.6"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c0b08ce08cbde6a96fc1e4ebb8132053e53ec7a5cd27eef93ede6b73ebbda06"
checksum = "94982c2ad939d5d0bfd71c2f9b7ed273c72348485c72bb87bb4db6bd69df10cb"
dependencies = [
"actix-web",
"pin-project",

View File

@ -30,7 +30,7 @@ serde = "1.0.188"
serde_derive = "1.0.166"
serde_json = "1.0.107"
tracing = "0.1.37"
tracing-actix-web = "0.7.6"
tracing-actix-web = "0.7.7"
tracing-bunyan-formatter = "0.3.9"
tracing-futures = "0.2.5"
tracing-log = "0.1.3"