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

This commit is contained in:
J / Jacob Babich
2024-10-18 13:34:51 -04:00
parent 60c0dbdb6c
commit 5dce8a0381

View File

@@ -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"