appmgr: fix tokio-tar

This commit is contained in:
Aiden McClelland
2021-01-14 13:57:31 -07:00
committed by Aiden McClelland
parent 9066d77a70
commit c72b7425fc
2 changed files with 10 additions and 10 deletions

2
appmgr/Cargo.lock generated
View File

@@ -2344,7 +2344,7 @@ dependencies = [
[[package]]
name = "tokio-tar"
version = "0.3.0"
source = "git+https://github.com/dr-bonez/tokio-tar.git#1ba710f344ddb2a5b4d98bb96c905195c3cd9d43"
source = "git+https://github.com/dr-bonez/tokio-tar.git?rev=1ba710f3#1ba710f344ddb2a5b4d98bb96c905195c3cd9d43"
dependencies = [
"filetime",
"futures-core",