feat(tvix): update
This commit is contained in:
parent
0d7d4cf662
commit
1803db5d9a
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -1695,7 +1695,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "nar-bridge"
|
||||
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 = [
|
||||
"axum 0.7.5",
|
||||
"bytes",
|
||||
|
@ -1751,7 +1751,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "nix-compat"
|
||||
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 = [
|
||||
"bitflags 2.6.0",
|
||||
"bstr",
|
||||
|
@ -3668,7 +3668,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|||
[[package]]
|
||||
name = "tvix-castore"
|
||||
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 = [
|
||||
"async-compression",
|
||||
"async-stream",
|
||||
|
@ -3719,7 +3719,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tvix-store"
|
||||
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 = [
|
||||
"anyhow",
|
||||
"async-compression",
|
||||
|
@ -3773,7 +3773,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tvix-tracing"
|
||||
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 = [
|
||||
"axum 0.7.5",
|
||||
"http 1.1.0",
|
||||
|
|
|
@ -11,10 +11,10 @@ tonic = "0.12.1"
|
|||
tower = "0.4.13"
|
||||
tower-http = "0.5.2"
|
||||
tracing = "0.1.40"
|
||||
tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "920b7118d5b0917e426367107f7b7b66089a8d7b" }
|
||||
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "920b7118d5b0917e426367107f7b7b66089a8d7b", features = ["xp-store-composition" ] }
|
||||
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "920b7118d5b0917e426367107f7b7b66089a8d7b" }
|
||||
nar-bridge = { 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 = "10ba68134d175769bb9dea9ebce56e4775cff1b0", features = ["xp-store-composition" ] }
|
||||
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
|
||||
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "10ba68134d175769bb9dea9ebce56e4775cff1b0" }
|
||||
url = "2.5.2"
|
||||
clap = "4.5.9"
|
||||
axum = "0.7.5"
|
||||
|
|
Loading…
Reference in a new issue