about summary refs log tree commit diff
path: root/tvix/store
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-08-28T16·35+0200
committerclbot <clbot@tvl.fyi>2024-08-28T20·15+0000
commit02ee4416260aeb86f39095f6a4e26d3c969f9a9e (patch)
tree4aabee13d89452ea1239359f32f6429c4cb08859 /tvix/store
parentb6dd9d2d5bffe89f51e98c86a3db5b05e7ce8b64 (diff)
chore(tvix/[ca]store): bump bigtable_rs r/8608
This bumps bigtable_rs to
https://github.com/liufuyang/bigtable_rs/pull/86, allowing us to drop
our second set of prost/tonic/http/axum crates.

Change-Id: I70f9150289c3e8611ebe8a7d99490e3dfd085a6e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12384
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/store')
-rw-r--r--tvix/store/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml
index b542a7030244..ffe05b4a37e9 100644
--- a/tvix/store/Cargo.toml
+++ b/tvix/store/Cargo.toml
@@ -54,7 +54,9 @@ version = "0.12.2"
 
 [dependencies.bigtable_rs]
 optional = true
-version = "0.2.10"
+# https://github.com/liufuyang/bigtable_rs/pull/86
+git = "https://github.com/liufuyang/bigtable_rs"
+rev = "1818355a5373a5bc2c84287e3a4e3807154ac8ef"
 
 [build-dependencies]
 prost-build = "0.13.1"