diff options
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index b221179403fa..df9a214b7c73 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2724,6 +2724,7 @@ dependencies = [ "smol_str", "ssri", "thiserror", + "tracing", "tvix-eval", "tvix-store", "wu-manber", @@ -2814,7 +2815,6 @@ dependencies = [ "tower", "tracing", "tracing-subscriber", - "tvix-eval", "url", "walkdir", ] |