oci: switch to krata-tokio-tar

This commit is contained in:
Alex Zenla 2024-03-30 06:31:22 +00:00
parent bdb91a6cb3
commit a9c6fa2c6a
No known key found for this signature in database
GPG Key ID: 067B238899B51269
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,7 @@ ipnetwork = "0.20.0"
libc = "0.2"
log = "0.4.20"
loopdev-3 = "0.5.1"
krata-tokio-tar = "0.4.0"
memchr = "2"
nix = "0.28.0"
oci-spec = "0.6.4"
@ -59,7 +60,6 @@ signal-hook = "0.3.17"
slice-copy = "0.3.0"
smoltcp = "0.11.0"
thiserror = "1.0"
tokio-tar = { git = "https://github.com/edera-dev/tokio-tar.git", branch = "edera" }
tokio-tun = "0.11.2"
tonic-build = "0.11.0"
tower = "0.4.13"

View File

@ -10,6 +10,7 @@ async-compression = { workspace = true, features = ["tokio", "gzip", "zstd"] }
async-trait = { workspace = true }
backhand = { workspace = true }
bytes = { workspace = true }
krata-tokio-tar = { workspace = true }
log = { workspace = true }
oci-spec = { workspace = true }
path-clean = { workspace = true }
@ -19,7 +20,6 @@ serde_json = { workspace = true }
sha256 = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true }
tokio-tar = { workspace = true }
url = { workspace = true }
uuid = { workspace = true }
walkdir = { workspace = true }