Skip to content

Commit 9efa895

Browse files
dependabot[bot]jiridanek
authored andcommitted
Update bollard requirement from 0.15 to 0.16
Updates the requirements on [bollard](https://github.com/fussybeaver/bollard) to permit the latest version. - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Commits](fussybeaver/bollard@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: bollard dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd40650 commit 9efa895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ edition = "2021"
2828

2929
[dev-dependencies]
3030
again = "0.1"
31-
bollard = "0.15"
31+
bollard = "0.16"
3232
futures = "0.3"
33-
tokio = { version = "1", features = ["macros", "time"] }
33+
tokio = { version = "1", features = ["macros", "time", "rt-multi-thread"] }
3434
speculoos = "0.11.0"

0 commit comments

Comments
 (0)