aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-28 09:44:54 -0400
committerGitHub <noreply@github.com>2021-06-28 09:44:54 -0400
commit8c71e2e9fb937b1a7528001032c45f4f59c18826 (patch)
tree091e7deb4ffb336603a551c87f043a5edb480216
parent8e39b0ef5454c96675aa2c33905b28ac125504a7 (diff)
downloadxesite-8c71e2e9fb937b1a7528001032c45f4f59c18826.tar.xz
xesite-8c71e2e9fb937b1a7528001032c45f4f59c18826.zip
build(deps): bump tracing-subscriber from 0.2.18 to 0.2.19 (#381)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.18 to 0.2.19. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.18...tracing-subscriber-0.2.19) --- 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 1f89af5..02bb7c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2224,9 +2224,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
-version = "0.2.18"
+version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"
+checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48"
dependencies = [
"ansi_term 0.12.1",
"chrono",