summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-18 13:33:14 +0800
committerGitHub <noreply@github.com>2024-01-18 13:33:14 +0800
commitbacc2f3403adcf8ad42965e85415c06a8b4a55e3 (patch)
tree5a99eaea8ff20b9e23330b554834ee1a0845a0fd
parent8b46c95b2820fc42ebb0e6a1da118f28014b85e7 (diff)
chore(deps): bump tracing from 0.1.39 to 0.1.40 (#354)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.39 to 0.1.40. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.39...tracing-0.1.40) --- updated-dependencies: - dependency-name: tracing dependency-type: indirect ... 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 0d5a04b..7c9a456 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1927,9 +1927,9 @@ dependencies = [
[[package]]
name = "tracing"
-version = "0.1.39"
+version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9"
+checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-attributes",