From b1c87491c80723a5b8a8507b8f66b66dc9fb1e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:57:37 +0000 Subject: [PATCH] chore(deps): bump tracing-actix-web from 0.7.13 to 0.7.14 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.13 to 0.7.14. - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.13...v0.7.14) --- updated-dependencies: - dependency-name: tracing-actix-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c96802..1f87dcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8221,9 +8221,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15bc0cd5f72e837e310f4d978a90abf202a7f7d8ef3272246bae381d0086d3bf" +checksum = "6b87073920bcce23e9f5cb0d2671e9f01d6803bb5229c159b2f5ce6806d73ffc" dependencies = [ "actix-web", "mutually_exclusive_features",