chore(tvix): bump bigtable_rs to latest release

https://github.com/liufuyang/bigtable_rs/pull/72 has been merged for a
while, no need to use our own checkout here.

Change-Id: Ide5acd9b7e0f5a46b1c795178e29a037206b2448
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11906
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-07-01 10:48:23 +03:00 committed by clbot
parent 6a9a4d56a4
commit f6c759de58
6 changed files with 7 additions and 17 deletions

5
tvix/Cargo.lock generated
View file

@ -377,8 +377,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]] [[package]]
name = "bigtable_rs" name = "bigtable_rs"
version = "0.2.9" version = "0.2.10"
source = "git+https://github.com/flokli/bigtable_rs?rev=0af404741dfc40eb9fa99cf4d4140a09c5c20df7#0af404741dfc40eb9fa99cf4d4140a09c5c20df7" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ccba0acd0a82afb2b1fe89181b0776ff18aef5e355030631fe534c8ae8ec73"
dependencies = [ dependencies = [
"gcp_auth", "gcp_auth",
"http", "http",

View file

@ -1283,14 +1283,9 @@ rec {
}; };
"bigtable_rs" = rec { "bigtable_rs" = rec {
crateName = "bigtable_rs"; crateName = "bigtable_rs";
version = "0.2.9"; version = "0.2.10";
edition = "2021"; edition = "2021";
workspace_member = null; sha256 = "0wzcx254qlzy64306mg3ynp1izvn0wdii2gyn6raz0harl5bmk0j";
src = pkgs.fetchgit {
url = "https://github.com/flokli/bigtable_rs";
rev = "0af404741dfc40eb9fa99cf4d4140a09c5c20df7";
sha256 = "1njjam1lx2xlnm7a41lga8601vmjgqz0fvc77x24gd04pc7avxll";
};
authors = [ authors = [
"Fuyang Liu <liufuyang@users.noreply.github.com>" "Fuyang Liu <liufuyang@users.noreply.github.com>"
]; ];

View file

@ -40,9 +40,7 @@ petgraph = "0.6.4"
[dependencies.bigtable_rs] [dependencies.bigtable_rs]
optional = true optional = true
# https://github.com/liufuyang/bigtable_rs/pull/72 version = "0.2.10"
git = "https://github.com/flokli/bigtable_rs"
rev = "0af404741dfc40eb9fa99cf4d4140a09c5c20df7"
[dependencies.fuse-backend-rs] [dependencies.fuse-backend-rs]
optional = true optional = true

View file

@ -1,4 +1,3 @@
{ {
"git+https://github.com/flokli/bigtable_rs?rev=0af404741dfc40eb9fa99cf4d4140a09c5c20df7#0.2.9": "1njjam1lx2xlnm7a41lga8601vmjgqz0fvc77x24gd04pc7avxll",
"git+https://github.com/tvlfyi/wu-manber.git#wu-manber@0.1.0": "1zhk83lbq99xzyjwphv2qrb8f8qgfqwa5bbbvyzm0z0bljsjv0pd" "git+https://github.com/tvlfyi/wu-manber.git#wu-manber@0.1.0": "1zhk83lbq99xzyjwphv2qrb8f8qgfqwa5bbbvyzm0z0bljsjv0pd"
} }

View file

@ -112,7 +112,6 @@ let
(crateName: (crateName:
(lib.nameValuePair "${crateName}-${crates.internal.crates.${crateName}.version}" crates.internal.crates.${crateName}.src.outputHash) (lib.nameValuePair "${crateName}-${crates.internal.crates.${crateName}.version}" crates.internal.crates.${crateName}.src.outputHash)
) [ ) [
"bigtable_rs"
"wu-manber" "wu-manber"
]); ]);
}; };

View file

@ -48,9 +48,7 @@ version = "0.11.0"
[dependencies.bigtable_rs] [dependencies.bigtable_rs]
optional = true optional = true
# https://github.com/liufuyang/bigtable_rs/pull/72 version = "0.2.10"
git = "https://github.com/flokli/bigtable_rs"
rev = "0af404741dfc40eb9fa99cf4d4140a09c5c20df7"
[build-dependencies] [build-dependencies]
prost-build = "0.12.1" prost-build = "0.12.1"