From ac479aa53d06df8e90ea83551693269d271b911b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 04:18:43 +0000 Subject: [PATCH] Bump tracing-actix-web from 0.5.0-rc.1 to 0.5.0-rc.2 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.5.0-rc.1 to 0.5.0-rc.2. - [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases) - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.5.0-rc.1...v0.5.0-rc.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 | 11 ++++------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60c9df2..6f9d762 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.0.0-rc.1" +version = "4.0.0-rc.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7bfa913583b6cfe5f0d1588e752bcf6b107556422624fefdaf99c40ba2b7f16" +checksum = "73170d019de2d82c0d826c1f315c3106134bd764e9247505ba6f0d78d22dfe9e" dependencies = [ "actix-codec", "actix-http", @@ -1674,9 +1674,6 @@ name = "serde" version = "1.0.136" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" -dependencies = [ - "serde_derive", -] [[package]] name = "serde-hjson" @@ -1949,9 +1946,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0066b8102bdd05325d02966fac8b5e360eafd8dcdf81006c4d30f3543f488714" +checksum = "eba9ba7b978b6fd2838d47cd459cd4e23451bdd571448509e71476531b9306f2" dependencies = [ "actix-web", "pin-project", diff --git a/Cargo.toml b/Cargo.toml index 17de72b..476b549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = "1.0.136" serde_derive = "1.0.136" serde_json = "1.0.78" tracing = "0.1.30" -tracing-actix-web = "0.5.0-rc.1" +tracing-actix-web = "0.5.0-rc.2" tracing-bunyan-formatter = "0.3.2" tracing-futures = "0.2.5" tracing-log = "0.1.2"