From 65168202b46d8c20fdfeb3bc18e17591a9cb62a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:38:05 +0000 Subject: [PATCH] Bump tracing from 0.1.30 to 0.1.31 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31) --- 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 ca9b1c11..39dc4d95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5007,9 +5007,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9" +checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f" dependencies = [ "cfg-if 1.0.0", "log 0.4.14", diff --git a/Cargo.toml b/Cargo.toml index 2862ec6a..9826bb5f 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.30" +tracing = "0.1.31" tracing-subscriber = "0.3.8" riker = "0.4.2" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 8fbac0a8..745a325a 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.30" +tracing = "0.1.31" askama_escape = "0.10.3" [dependencies.chrono] diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 956a84d1..834a0cba 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.30" +tracing = "0.1.31" riker = "0.4.2" once_cell = "1.5.2" lettre = "0.9.6"