add deps
This commit is contained in:
parent
226fa39f53
commit
50870be2d3
@ -54,3 +54,5 @@ similar = "2"
|
|||||||
uuid = { version = "1.11", features = ["v4", "fast-rng", "macro-diagnostics"] }
|
uuid = { version = "1.11", features = ["v4", "fast-rng", "macro-diagnostics"] }
|
||||||
pretty_assertions = "1.4.1"
|
pretty_assertions = "1.4.1"
|
||||||
bollard = "0.19.1"
|
bollard = "0.19.1"
|
||||||
|
base64 = "0.22.1"
|
||||||
|
tar = "0.4.44"
|
||||||
|
@ -60,6 +60,7 @@ strum = { version = "0.27.1", features = ["derive"] }
|
|||||||
tempfile = "3.20.0"
|
tempfile = "3.20.0"
|
||||||
serde_with = "3.14.0"
|
serde_with = "3.14.0"
|
||||||
bollard.workspace = true
|
bollard.workspace = true
|
||||||
|
tar.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions.workspace = true
|
pretty_assertions.workspace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user