1
0
mirror of https://github.com/actix/examples synced 2025-08-31 02:00:21 +02:00

Merge pull request #1114 from actix/dependabot/cargo/tracing-actix-web-0.7.19

chore(deps): bump tracing-actix-web from 0.7.18 to 0.7.19
This commit is contained in:
Rob Ede
2025-07-29 23:49:08 +00:00
committed by GitHub

10
Cargo.lock generated
View File

@@ -4840,7 +4840,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.53.0",
]
[[package]]
@@ -6320,7 +6320,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
dependencies = [
"anyhow",
"itertools 0.13.0",
"itertools 0.14.0",
"proc-macro2",
"quote",
"syn 2.0.101",
@@ -8859,9 +8859,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",
@@ -9739,7 +9739,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]