Bump tracing from 0.1.32 to 0.1.33

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.32 to 0.1.33.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.32...tracing-0.1.33)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-11 12:34:13 +00:00 committed by GitHub
parent 6f76a3395f
commit 30f4e1a66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2247,9 +2247,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing" name = "tracing"
version = "0.1.32" version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" checksum = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"pin-project-lite", "pin-project-lite",

View File

@ -19,7 +19,7 @@ nalgebra = "0.30.0"
parry3d-f64 = "0.8.0" parry3d-f64 = "0.8.0"
thiserror = "1.0.30" thiserror = "1.0.30"
threemf = "0.2.0" threemf = "0.2.0"
tracing = "0.1.32" tracing = "0.1.33"
wgpu = "0.12.0" wgpu = "0.12.0"
wgpu_glyph = "0.16.0" wgpu_glyph = "0.16.0"
winit = "0.26.1" winit = "0.26.1"