From ffd1378b442b62be0d06f9c4ba30d0ae24c34d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 06:45:31 +0000 Subject: [PATCH] Bump tracing from 0.1.27 to 0.1.28 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.27 to 0.1.28. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.27...tracing-0.1.28) --- updated-dependencies: - dependency-name: tracing 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 05b3d96..b9378b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2069,9 +2069,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e" +checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8" dependencies = [ "cfg-if", "log", diff --git a/Cargo.toml b/Cargo.toml index b9c115d..a69767a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ reqwest = "0.11.4" serde = "1.0.130" serde_derive = "1.0.130" serde_json = "1.0.68" -tracing = "0.1.27" +tracing = "0.1.28" tracing-actix-web = "0.4.0-beta.13" tracing-bunyan-formatter = "0.2.6" tracing-futures = "0.2.5"