tracing: update core to v0.1.31 and attributes to v0.1.27

This commit is contained in:
Eliza Weisman 2023-10-13 15:18:04 -07:00
parent 3825a50c1a
commit b2a5e11e24
No known key found for this signature in database
GPG Key ID: F9C1A595C3814436

View File

@ -28,9 +28,9 @@ edition = "2018"
rust-version = "1.56.0"
[dependencies]
tracing-core = { path = "../tracing-core", version = "0.1.30", default-features = false }
tracing-core = { path = "../tracing-core", version = "0.1.31", default-features = false }
log = { version = "0.4.17", optional = true }
tracing-attributes = { path = "../tracing-attributes", version = "0.1.24", optional = true }
tracing-attributes = { path = "../tracing-attributes", version = "0.1.27", optional = true }
pin-project-lite = "0.2.9"
[dev-dependencies]