diff --git a/tracing/Cargo.toml b/tracing/Cargo.toml index a869b0ca36..65d93360b7 100644 --- a/tracing/Cargo.toml +++ b/tracing/Cargo.toml @@ -29,7 +29,7 @@ edition = "2018" [dependencies] tracing-core = { path = "../tracing-core", version = "0.1.17", default-features = false } log = { version = "0.4", optional = true } -tracing-attributes = { path = "../tracing-attributes", version = "0.1.10", optional = true } +tracing-attributes = { path = "../tracing-attributes", version = "0.1.12", optional = true } cfg-if = "1.0.0" pin-project-lite = "0.2"