Update tracing-actix-web 0.7.18 -> 0.7.19

This commit is contained in:
Josiah Glosson
2025-08-07 22:03:05 -05:00
parent 67e48331a1
commit 3962f338a5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -9522,9 +9522,9 @@ dependencies = [
[[package]]
name = "tracing-actix-web"
version = "0.7.18"
version = "0.7.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2340b7722695166c7fc9b3e3cd1166e7c74fedb9075b8f0c74d3822d2e41caf5"
checksum = "5360edd490ec8dee9fedfc6a9fd83ac2f01b3e1996e3261b9ad18a61971fe064"
dependencies = [
"actix-web",
"mutually_exclusive_features",

View File

@@ -167,7 +167,7 @@ tokio-stream = "0.1.17"
tokio-util = "0.7.16"
totp-rs = "5.7.0"
tracing = "0.1.41"
tracing-actix-web = "0.7.18"
tracing-actix-web = "0.7.19"
tracing-error = "0.2.1"
tracing-subscriber = "0.3.19"
url = "2.5.4"