From 5cc411158fab8fe61fe238e16d922c02d7923dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 19:29:35 +0000 Subject: [PATCH] Bump tracing from 0.1.32 to 0.1.34 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.32 to 0.1.34. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.32...tracing-0.1.34) --- 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 +- plume-common/Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c172b897..8472c5fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5036,9 +5036,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.32" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" +checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" dependencies = [ "cfg-if 1.0.0", "log 0.4.14", diff --git a/Cargo.toml b/Cargo.toml index e295c97c..3195f505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.79" shrinkwraprs = "0.3.0" validator = { version = "0.14", features = ["derive"] } webfinger = "0.4.1" -tracing = "0.1.32" +tracing = "0.1.34" tracing-subscriber = "0.3.10" riker = "0.4.2" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 89743451..25d776cf 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -22,7 +22,7 @@ shrinkwraprs = "0.3.0" syntect = "4.5.0" tokio = "0.1.22" regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] } -tracing = "0.1.32" +tracing = "0.1.34" askama_escape = "0.10.3" [dependencies.chrono] diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 9624f94e..7e52b222 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -30,7 +30,7 @@ shrinkwraprs = "0.3.0" diesel-derive-newtype = "0.1.2" glob = "0.3.0" lindera-tantivy = { version = "0.7.1", optional = true } -tracing = "0.1.32" +tracing = "0.1.34" riker = "0.4.2" once_cell = "1.10.0" lettre = "0.9.6"