fix(snix/tracing): Remove direct dependency on indicatif
Change-Id: I59ff99fce2351cdcf329e6d4c8333be45c7efff3 Reviewed-on: https://cl.snix.dev/c/snix/+/30669 Tested-by: besadii Autosubmit: Mai <interacsion@protonmail.com> Reviewed-by: Florian Klink <flokli@flokli.de>
This commit is contained in:
parent
39138fef7b
commit
ab55d7d893
8 changed files with 676 additions and 166 deletions
|
|
@ -16,7 +16,7 @@ rayon = "1.8.1"
|
|||
rustc-hash = "2.0.0"
|
||||
snix-tracing = { version = "0.1.0", path = "../../snix/tracing" }
|
||||
tracing = "0.1.40"
|
||||
tracing-indicatif = "0.3.6"
|
||||
tracing-indicatif = "0.3.7"
|
||||
|
||||
[dependencies.polars]
|
||||
version = "0.36.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue