Skip to content

Commit

Permalink
NO-ISSUE: Update bollard requirement from 0.14 to 0.15 (#1211)
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.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: bollard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent eab06b6 commit 2fc3c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.14"
bollard = "0.15"
futures = "0.3"
tokio = { version = "1", features = ["macros", "time"] }
speculoos = "0.11.0"

0 comments on commit 2fc3c1b

Please sign in to comment.