Fix/timeout errors (#1051)

* wip: Working with docker timeouts

* fix: Make the fixes

* chore: small fixes

* chore: Remove not used 143

* chore: Put back
This commit is contained in:
J M
2022-01-11 10:35:03 -07:00
committed by Aiden McClelland
parent da9fa31cff
commit abe3ac464d
3 changed files with 52 additions and 53 deletions

View File

@@ -115,7 +115,7 @@ sqlx = { version = "0.5", features = [
stderrlog = "0.5.1"
tar = "0.4.37"
thiserror = "1.0.29"
tokio = { version = "1.12.0", features = ["full"] }
tokio = { version = "1.15.0", features = ["full"] }
tokio-compat-02 = "0.2.0"
tokio-stream = { version = "0.1.7", features = ["io-util", "sync"] }
tokio-tar = { git = "https://github.com/dr-bonez/tokio-tar.git" }