From 02ee4416260aeb86f39095f6a4e26d3c969f9a9e Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 28 Aug 2024 18:35:08 +0200 Subject: chore(tvix/[ca]store): bump bigtable_rs 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 Autosubmit: flokli --- tvix/castore/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tvix/castore') diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index d1a5da964f9a..acc1a8bc1284 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -44,7 +44,9 @@ redb = "2.1.1" [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" [dependencies.fuse-backend-rs] optional = true -- cgit 1.4.1