From 0739af226669277876995ea8d05d37d845750296 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 03:09:39 +0000 Subject: [PATCH] Update Rust crate tracing-core to 0.1.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f752f2c..bf4bb611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ tokio = "1.33.0" toml = "0.8.2" tracing = "0.1.37" tracing-appender = "0.2.2" -tracing-core = "0.1.31" +tracing-core = "0.1.32" tracing-slog = { git = "https://github.com/oxidecomputer/tracing-slog" } tracing-subscriber = "0.3.17" uuid = "1.4.1"