From 5dce8a0381c20b82b4da812020b0535ad4bb2772 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Fri, 18 Oct 2024 13:34:51 -0400 Subject: [PATCH] fix!: raise the minimum version of `tracing` because there's a rough edge here in the minimal version checking experience and it's easier to just raise this minimum than investigate and identify a workaround --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5412907..36b5a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ repository = "https://github.com/babichjacob/ac-qu-ai-nt" [workspace.dependencies] clap = "4" snafu = "0.8" -tracing = "0.1.23" +tracing = "0.1.35"