From 07d3fa828fbb17f6d428dbfeb9743cf9c1d4361b Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 6 Oct 2022 12:03:19 -0700 Subject: [PATCH] update core and attributes deps --- tracing/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tracing/Cargo.toml b/tracing/Cargo.toml index a738d24f15..6b7d6b58e2 100644 --- a/tracing/Cargo.toml +++ b/tracing/Cargo.toml @@ -28,9 +28,9 @@ edition = "2018" rust-version = "1.49.0" [dependencies] -tracing-core = { path = "../tracing-core", version = "0.1.29", default-features = false } +tracing-core = { path = "../tracing-core", version = "0.1.30", default-features = false } log = { version = "0.4.17", optional = true } -tracing-attributes = { path = "../tracing-attributes", version = "0.1.22", optional = true } +tracing-attributes = { path = "../tracing-attributes", version = "0.1.23", optional = true } cfg-if = "1.0.0" pin-project-lite = "0.2.9"