fix docker cpu usage

This commit is contained in:
Robin Appelman 2021-03-29 23:28:32 +02:00
commit 9a1b8ca9f2
4 changed files with 43 additions and 26 deletions

View file

@ -15,7 +15,7 @@ once_cell = "1"
hostname = "0.3"
libc = "0.2"
ahash = "0.7"
bollard = "0.10"
bollard = { version = "0.10", path = "../bollard" }
futures-util = "0.3"
[dev-dependencies]