diff options
author | Yureka <tvl@yuka.dev> | 2024-09-27T14·56+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-09-27T20·39+0000 |
commit | caf597db8107d7cb8c4772e83552e9774f85c5c5 (patch) | |
tree | ec166388b2d8ddef9b1d42656c4dd14f5f06d501 /tvix/Cargo.lock | |
parent | ed2bd8885052494bcf208f97e292d746f223a117 (diff) |
refactor(tvix): move refscan module to castore r/8724
This is required to add the optional refscanner parameter to the ingest functions. Change-Id: Ib40a7287cf857eb55e31e0df309a79474fefb518 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12527 Autosubmit: yuka <yuka@yuka.dev> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 19adc7bfe2a2..6ce289f1a4d4 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -4510,6 +4510,7 @@ dependencies = [ "object_store", "parking_lot 0.12.3", "petgraph", + "pin-project", "pin-project-lite", "prost", "prost-build", @@ -4529,6 +4530,7 @@ dependencies = [ "tokio-retry", "tokio-stream", "tokio-tar", + "tokio-test", "tokio-util", "tonic", "tonic-build", @@ -4545,6 +4547,7 @@ dependencies = [ "vm-memory", "vmm-sys-util", "walkdir", + "wu-manber", "xattr", "zstd", ] @@ -4658,7 +4661,6 @@ dependencies = [ "thiserror", "tokio", "tokio-tar", - "tokio-test", "tokio-util", "tracing", "tracing-indicatif", @@ -4669,7 +4671,6 @@ dependencies = [ "tvix-tracing", "url", "walkdir", - "wu-manber", ] [[package]] |