mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-13 11:47:18 +00:00
Bump tracing from 0.1.30 to 0.1.31
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31) --- 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:
parent
eecc10138a
commit
8fb8ee06a8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1828,9 +1828,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.30"
|
||||
version = "0.1.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
|
||||
checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"pin-project-lite",
|
||||
|
@ -25,7 +25,7 @@ parry3d-f64 = "0.8.0"
|
||||
spade = "2.0.0"
|
||||
thiserror = "1.0.30"
|
||||
threemf = "0.2.0"
|
||||
tracing = "0.1.30"
|
||||
tracing = "0.1.31"
|
||||
wgpu = "0.12.0"
|
||||
wgpu_glyph = "0.16.0"
|
||||
winit = "0.26.1"
|
||||
|
Loading…
Reference in New Issue
Block a user