aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-19 21:05:38 -0400
committerGitHub <noreply@github.com>2021-08-19 21:05:38 -0400
commitbd38ac142d37d1b7efcb43018842f2b812d99bb8 (patch)
tree951b60b708878dfa47607c81113f873f5a9c7ee3
parent0faf12cdd3497aa307d81bff18074ffb249b3807 (diff)
downloadxesite-bd38ac142d37d1b7efcb43018842f2b812d99bb8.tar.xz
xesite-bd38ac142d37d1b7efcb43018842f2b812d99bb8.zip
build(deps): bump tracing-subscriber from 0.2.19 to 0.2.20 (#390)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.19 to 0.2.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.19...tracing-subscriber-0.2.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a8e8136..af88866 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2232,9 +2232,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
-version = "0.2.19"
+version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48"
+checksum = "b9cbe87a2fa7e35900ce5de20220a582a9483a7063811defce79d7cbd59d4cfe"
dependencies = [
"ansi_term 0.12.1",
"chrono",