From 5222e5bf273956f7408fd9ee4fb8f10e3fca926e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 04:20:11 +0000 Subject: [PATCH] Bump tracing-actix-web from 0.5.0 to 0.5.1 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases) - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.5.0...v0.5.1) --- 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 a1752c3..3ae7344 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2075,9 +2075,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245a559f6fafd06e8f4cf7731c408a78623585a737467927b54c1c9813db3774" +checksum = "99bcebac55fba44eadf75a424ee403e756f9165596a613d125876388e5fb4c34" dependencies = [ "actix-web", "pin-project", diff --git a/Cargo.toml b/Cargo.toml index fca666e..1b580f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = "1.0.136" serde_derive = "1.0.136" serde_json = "1.0.79" tracing = "0.1.31" -tracing-actix-web = "0.5.0" +tracing-actix-web = "0.5.1" tracing-bunyan-formatter = "0.3.2" tracing-futures = "0.2.5" tracing-log = "0.1.2"