Skip to content

Commit

Permalink
Update bollard requirement from 0.15 to 0.16
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and jiridanek committed Jun 13, 2024
1 parent b1fadbd commit ad234b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ edition = "2021"

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

0 comments on commit ad234b9

Please sign in to comment.