aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-19 23:51:06 -0500
committerGitHub <noreply@github.com>2022-02-19 23:51:06 -0500
commit6694fbfbecb7046db57ff7ff7b3fc181456ec8aa (patch)
treedcc7d6761ecbb761df8bda07903000d302630155
parent6404b7ef8f2c22abbd345a32d84fe64149526caf (diff)
downloadxesite-6694fbfbecb7046db57ff7ff7b3fc181456ec8aa.tar.xz
xesite-6694fbfbecb7046db57ff7ff7b3fc181456ec8aa.zip
build(deps): bump tracing-subscriber from 0.3.5 to 0.3.7 (#431)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.5 to 0.3.7. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.5...tracing-subscriber-0.3.7) --- 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.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1ebb553..c74be3b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2054,9 +2054,9 @@ dependencies = [
[[package]]
name = "thread_local"
-version = "1.1.3"
+version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
+checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
@@ -2237,9 +2237,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
-version = "0.3.5"
+version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5d81bfa81424cc98cb034b837c985b7a290f592e5b4322f353f94a0ab0f9f594"
+checksum = "5312f325fe3588e277415f5a6cca1f4ccad0f248c4cd5a4bd33032d7286abc22"
dependencies = [
"ansi_term 0.12.1",
"sharded-slab",