mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user