Skip to content

Commit 09bb2d4

Browse files
committed
Set fixed versions for bollard
1 parent 0ab5414 commit 09bb2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors = [
1010

1111
[dependencies]
1212
async-trait = "0.1.52"
13-
bollard = "0.11.1"
14-
bollard-stubs = "1.41.1"
13+
bollard = "= 0.11.0"
14+
bollard-stubs = "= 1.41.0"
1515
futures = "0.3"
1616
thiserror = "1.0"
1717
tokio = {version = "1.17.0", features = ["rt","macros"]}

0 commit comments

Comments
 (0)