From 4cfb3e249482e576b7031852331f56a3ce94e702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:30:58 +0000 Subject: [PATCH] Bump tracing from 0.1.34 to 0.1.35 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.34 to 0.1.35. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- plume-common/Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37fc5de9..4452e648 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5096,9 +5096,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" +checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" dependencies = [ "cfg-if 1.0.0", "log 0.4.17", @@ -5120,11 +5120,11 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f" +checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921" dependencies = [ - "lazy_static", + "once_cell", "valuable", ] diff --git a/Cargo.toml b/Cargo.toml index 040331d2..bf37e194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0.81" shrinkwraprs = "0.3.0" validator = { version = "0.15", features = ["derive"] } webfinger = "0.4.1" -tracing = "0.1.34" +tracing = "0.1.35" tracing-subscriber = "0.3.10" riker = "0.4.2" activitystreams = "0.7.0-alpha.18" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 3126b67b..62949062 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1.0.81" shrinkwraprs = "0.3.0" syntect = "4.5.0" regex-syntax = { version = "0.6.26", default-features = false, features = ["unicode-perl"] } -tracing = "0.1.34" +tracing = "0.1.35" askama_escape = "0.10.3" activitystreams = "0.7.0-alpha.18" activitystreams-ext = "0.1.0-alpha.2" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 28d57f23..e8ef8bb0 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -29,7 +29,7 @@ shrinkwraprs = "0.3.0" diesel-derive-newtype = "1.0.0" glob = "0.3.0" lindera-tantivy = { version = "0.7.1", optional = true } -tracing = "0.1.34" +tracing = "0.1.35" riker = "0.4.2" once_cell = "1.12.0" lettre = "0.9.6"