From b841816173700a50c157597d9f9f7d64f59daa53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 04:14:53 +0000 Subject: [PATCH] chore(deps): Bump tracing-actix-web from 0.6.1 to 0.6.2 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases) - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.6.1...v0.6.2) --- 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76d8d61..f3163dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2005,9 +2005,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee7247a77b494ee07bda43bce40a33e76f885662f11b3dda9894ecfdbe31fa06" +checksum = "d725b8fa6ef307b3f4856913523337de45c47cc79271bafd7acfb39559e3a2da" dependencies = [ "actix-web", "pin-project", diff --git a/Cargo.toml b/Cargo.toml index e5cf41e..ce4856e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.147" serde_derive = "1.0.137" serde_json = "1.0.87" tracing = "0.1.37" -tracing-actix-web = "0.6.1" +tracing-actix-web = "0.6.2" tracing-bunyan-formatter = "0.3.4" tracing-futures = "0.2.5" tracing-log = "0.1.3"