chore(tvix): use bigtable_rs from crates.io

We don't need to use a git checkout here anymore.

Change-Id: I99641a4908f39799c8be6a1610ae458ca6fdc5ee
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12931
Tested-by: BuildkiteCI
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2024-12-30 11:06:29 +01:00 committed by clbot
parent b12ea8d786
commit 9fa198f9ae
7 changed files with 221 additions and 154 deletions

View file

@ -49,8 +49,7 @@ async-tempfile = "0.4.0"
axum = "0.7.5"
axum-extra = "0.9.3"
axum-range = "0.4.0"
# https://github.com/liufuyang/bigtable_rs/pull/86
bigtable_rs = { git = "https://github.com/liufuyang/bigtable_rs", rev = "1818355a5373a5bc2c84287e3a4e3807154ac8ef" }
bigtable_rs = "0.2.16"
bitflags = "2.6.0"
blake3 = "1.5.4"
bstr = "1.10.0"