From c98db4eb421a2a65a5d07e87056a22c646b8bf95 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 18 Apr 2022 08:59:20 -0400 Subject: [PATCH] bump tracing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4acc5d..957c2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ lazy_static = "1.4.0" tar = "0.4.38" ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" } serde_json = "1.0.79" -tracing = "0.1.33" +tracing = "0.1.34" itertools = "0.10.3" static_assertions = "1.1.0" phf = "0.10.1"