From f828878ebf1aed7aef38d2ab02a6e0bd8c52f94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 04:16:00 +0000 Subject: [PATCH] Bump tracing-actix-web from 0.4.0-beta.14 to 0.5.0-beta.1 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.4.0-beta.14 to 0.5.0-beta.1. - [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases) - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.4.0-beta.14...v0.5.0-beta.1) --- updated-dependencies: - dependency-name: tracing-actix-web dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f1835a..95feb4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.0.0-beta.9" +version = "4.0.0-beta.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34aa2b23ec9c7c9a799b3cf9258f67c91b18ac3f0f5f484e175c7ac46739bb5" +checksum = "e8a4b9d00991d8da308070a5cea7f1bbaa153a91c3fb5567937d99b9f46d601e" dependencies = [ "actix-codec", "actix-http", @@ -190,15 +190,15 @@ dependencies = [ "serde_urlencoded", "smallvec", "socket2", - "time 0.2.27", + "time 0.3.5", "url", ] [[package]] name = "actix-web-codegen" -version = "0.5.0-beta.4" +version = "0.5.0-beta.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a11fd6f322120a74b23327e778ef0a4950b1f44a2b76468a69316a150f5c6dd" +checksum = "30a90b7f6c2fde9a1fe3df4da758c2c3c9d620dfa3eae4da0b6925dc0a13444a" dependencies = [ "actix-router", "proc-macro2", @@ -2089,9 +2089,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.4.0-beta.14" +version = "0.5.0-beta.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ad2a2baadea06db0c8108ba3100c9a0d0cedc30a798d4ef032737420fed16dd" +checksum = "42294d195afb0ae79ea237040399179a8b5050b454c210fe4566ed383c6f0c17" dependencies = [ "actix-web", "pin-project", diff --git a/Cargo.toml b/Cargo.toml index 2f2160d..1b3bdde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = "1.0.132" serde_derive = "1.0.130" serde_json = "1.0.73" tracing = "0.1.29" -tracing-actix-web = "0.4.0-beta.14" +tracing-actix-web = "0.5.0-beta.1" tracing-bunyan-formatter = "0.3.1" tracing-futures = "0.2.5" tracing-log = "0.1.2"