diff --git a/Cargo.lock b/Cargo.lock index 529de49..40e6fe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2534,9 +2534,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.15" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a9f5c1aca50ebebf074ee665b9f99f2e84906dcf6b993a0d0090edb835166d" +checksum = "332bbdf3bd208d1fe6446f8ffb4e8c2ae66e25da0fb38e0b69545e640ecee6a6" dependencies = [ "actix-web", "mutually_exclusive_features", diff --git a/Cargo.toml b/Cargo.toml index 4af5eaf..94cb17e 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.15" +tracing-actix-web = "0.7.16" ## error handling eyre = "0.6.12"