kratart: fix multiple oci layer compiler issues

This commit is contained in:
Alex Zenla
2024-03-22 19:14:27 +00:00
parent f29d7d61e1
commit 1a6287893e
2 changed files with 37 additions and 13 deletions

View File

@ -60,7 +60,7 @@ termion = "3.0.0"
thiserror = "1.0"
tokio-listener = "0.3.1"
tokio-native-tls = "0.3.1"
tokio-tar = "0.3.1"
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"