Bump tracing from 0.1.39 to 0.1.40 (#1218)

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: 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>
This commit is contained in:
dependabot[bot]
2023-10-23 11:05:10 +01:00
committed by GitHub
parent f0909ce464
commit 1b3fd4a789
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ serde_json = { version = "1.0.107" }
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
thiserror = "1.0.50"
tokio = { version = "1.33", default-features = false }
tracing = "0.1.39"
tracing = "0.1.40"
tracing-wasm = "0.2.1"
tracing-subscriber = "0.3.17"
trybuild = "1.0.85"