From 42f376c66d08fe51e54955eca809d3d0a2c0e719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:15:17 +0000 Subject: [PATCH] chore(deps): bump tracing-actix-web from 0.7.16 to 0.7.18 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.16 to 0.7.18. - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.16...v0.7.18) --- updated-dependencies: - dependency-name: tracing-actix-web dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"