mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-25 08:35:51 +00:00
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:
commit
56e239fa99
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user