diff --git a/Cargo.lock b/Cargo.lock index 8ea7baa..41863ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2554,9 +2554,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.16" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332bbdf3bd208d1fe6446f8ffb4e8c2ae66e25da0fb38e0b69545e640ecee6a6" +checksum = "2340b7722695166c7fc9b3e3cd1166e7c74fedb9075b8f0c74d3822d2e41caf5" dependencies = [ "actix-web", "mutually_exclusive_features", diff --git a/Cargo.toml b/Cargo.toml index 5573d7c..a7282d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ actix-web-prom = "0.9.0" ## tracing tracing = "0.1.41" tracing-subscriber = "0.3.19" -tracing-actix-web = "0.7.16" +tracing-actix-web = "0.7.18" ## error handling eyre = "0.6.12"