cargo: downgrade tracing from yanked 0.1.38 to 0.1.37

This commit is contained in:
Martin von Zweigbergk 2023-04-29 22:35:41 -07:00 committed by Martin von Zweigbergk
parent 41a2855b4f
commit 8395764de8
3 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@ -1953,10 +1953,11 @@ dependencies = [
[[package]]
name = "tracing"
version = "0.1.38"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9cf6a813d3f40c88b0b6b6f29a5c95c6cdbf97c1f9cc53fb820200f5ad814d"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",

View File

@ -62,7 +62,7 @@ textwrap = "0.16.0"
thiserror = "1.0.40"
timeago = { version = "0.4.1", default-features = false }
toml_edit = { version = "0.19.8", features = ["serde"] }
tracing = "0.1.38"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }
[target.'cfg(unix)'.dependencies]

View File

@ -43,7 +43,7 @@ serde_json = "1.0.96"
smallvec = { version = "1.10.0", features = ["const_generics", "const_new", "union"] }
tempfile = "3.5.0"
thiserror = "1.0.40"
tracing = "0.1.38"
tracing = "0.1.37"
whoami = "1.4.0"
zstd = "0.12.3"