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 <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
b6dd9d2d5b
commit
02ee441626
6 changed files with 325 additions and 1945 deletions
613
tvix/Cargo.lock
generated
613
tvix/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
1647
tvix/Cargo.nix
1647
tvix/Cargo.nix
File diff suppressed because it is too large
Load diff
|
@ -44,7 +44,9 @@ redb = "2.1.1"
|
||||||
|
|
||||||
[dependencies.bigtable_rs]
|
[dependencies.bigtable_rs]
|
||||||
optional = true
|
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]
|
[dependencies.fuse-backend-rs]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
|
"git+https://github.com/liufuyang/bigtable_rs?rev=1818355a5373a5bc2c84287e3a4e3807154ac8ef#0.2.10": "0mn6iw1z7gdxbarsqiwscbdr25nplwlvzs0rs51vgnnjfsnbgl6q",
|
||||||
"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"
|
||||||
}
|
}
|
|
@ -18,6 +18,7 @@ let
|
||||||
(k:
|
(k:
|
||||||
(lib.nameValuePair "${crates.internal.crates.${k}.crateName}-${crates.internal.crates.${k}.version}" crates.internal.crates.${k}.src.outputHash)
|
(lib.nameValuePair "${crates.internal.crates.${k}.crateName}-${crates.internal.crates.${k}.version}" crates.internal.crates.${k}.src.outputHash)
|
||||||
) [
|
) [
|
||||||
|
"bigtable_rs"
|
||||||
"wu-manber"
|
"wu-manber"
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
|
@ -54,7 +54,9 @@ version = "0.12.2"
|
||||||
|
|
||||||
[dependencies.bigtable_rs]
|
[dependencies.bigtable_rs]
|
||||||
optional = true
|
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]
|
[build-dependencies]
|
||||||
prost-build = "0.13.1"
|
prost-build = "0.13.1"
|
||||||
|
|
Loading…
Reference in a new issue