Merge pull request #449 from hannobraun/dependabot/cargo/tracing-0.1.33

Bump tracing from 0.1.32 to 0.1.33
This commit is contained in:
Hanno Braun 2022-04-11 14:46:09 +02:00 committed by GitHub
commit 56e239fa99
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"