feat(tvix): update

This commit is contained in:
sinavir 2024-08-09 11:11:52 +02:00
parent 0d7d4cf662
commit 1803db5d9a
2 changed files with 9 additions and 9 deletions

10
Cargo.lock generated
View file

@ -1695,7 +1695,7 @@ dependencies = [
[[package]] [[package]]
name = "nar-bridge" name = "nar-bridge"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=920b7118d5b0917e426367107f7b7b66089a8d7b#920b7118d5b0917e426367107f7b7b66089a8d7b" source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=10ba68134d175769bb9dea9ebce56e4775cff1b0#10ba68134d175769bb9dea9ebce56e4775cff1b0"
dependencies = [ dependencies = [
"axum 0.7.5", "axum 0.7.5",
"bytes", "bytes",
@ -1751,7 +1751,7 @@ dependencies = [
[[package]] [[package]]
name = "nix-compat" name = "nix-compat"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=920b7118d5b0917e426367107f7b7b66089a8d7b#920b7118d5b0917e426367107f7b7b66089a8d7b" source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=10ba68134d175769bb9dea9ebce56e4775cff1b0#10ba68134d175769bb9dea9ebce56e4775cff1b0"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"bstr", "bstr",
@ -3668,7 +3668,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]] [[package]]
name = "tvix-castore" name = "tvix-castore"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=920b7118d5b0917e426367107f7b7b66089a8d7b#920b7118d5b0917e426367107f7b7b66089a8d7b" source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=10ba68134d175769bb9dea9ebce56e4775cff1b0#10ba68134d175769bb9dea9ebce56e4775cff1b0"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"async-stream", "async-stream",
@ -3719,7 +3719,7 @@ dependencies = [
[[package]] [[package]]
name = "tvix-store" name = "tvix-store"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=920b7118d5b0917e426367107f7b7b66089a8d7b#920b7118d5b0917e426367107f7b7b66089a8d7b" source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=10ba68134d175769bb9dea9ebce56e4775cff1b0#10ba68134d175769bb9dea9ebce56e4775cff1b0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-compression", "async-compression",
@ -3773,7 +3773,7 @@ dependencies = [
[[package]] [[package]]
name = "tvix-tracing" name = "tvix-tracing"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=920b7118d5b0917e426367107f7b7b66089a8d7b#920b7118d5b0917e426367107f7b7b66089a8d7b" source = "git+https://git.dgnum.eu/mdebray/tvl-depot?rev=10ba68134d175769bb9dea9ebce56e4775cff1b0#10ba68134d175769bb9dea9ebce56e4775cff1b0"
dependencies = [ dependencies = [
"axum 0.7.5", "axum 0.7.5",
"http 1.1.0", "http 1.1.0",

View file

@ -11,10 +11,10 @@ tonic = "0.12.1"
tower = "0.4.13" tower = "0.4.13"
tower-http = "0.5.2" tower-http = "0.5.2"
tracing = "0.1.40" tracing = "0.1.40"
tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "920b7118d5b0917e426367107f7b7b66089a8d7b" } tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "920b7118d5b0917e426367107f7b7b66089a8d7b", features = ["xp-store-composition" ] } tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0", features = ["xp-store-composition" ] }
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "920b7118d5b0917e426367107f7b7b66089a8d7b" } tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "920b7118d5b0917e426367107f7b7b66089a8d7b" } nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
url = "2.5.2" url = "2.5.2"
clap = "4.5.9" clap = "4.5.9"
axum = "0.7.5" axum = "0.7.5"