Skip to content

Bump bollard from 0.19.4 to 0.20.2#1844

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/bollard-0.20.2
Open

Bump bollard from 0.19.4 to 0.20.2#1844
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/bollard-0.20.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2026

Bumps bollard from 0.19.4 to 0.20.2.

Release notes

Sourced from bollard's releases.

Release v0.20.2

What's Changed

New Contributors

Full Changelog: fussybeaver/bollard@v0.20.1...v0.20.2

Release v0.20.1

What's Changed

New Contributors

Full Changelog: fussybeaver/bollard@v0.20.0...v0.20.1

Release v0.20.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bollard](https://github.com/fussybeaver/bollard) from 0.19.4 to 0.20.2.
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md)
- [Commits](fussybeaver/bollard@v0.19.4...v0.20.2)

---
updated-dependencies:
- dependency-name: bollard
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code no-changelog labels Mar 31, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 31, 2026 14:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file no-changelog github_actions Pull requests that update GitHub Actions code labels Mar 31, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 385efdd001

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

arrow-schema = { workspace = true }
async-compression = { version = "0.4.36", features = ["tokio", "zstd"] }
bollard = { version = "0.19" }
bollard = { version = "0.20" }
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep container response import compatible with bollard 0.20

Upgrading to bollard 0.20 pulls in the secret-module change that removed model re-exports, but this crate still imports ContainerCreateResponse from bollard::secret (lading/src/generator/container.rs:12). With 0.20.x that path is no longer exported, so builds fail until the import is migrated to bollard::models::ContainerCreateResponse (or the dependency bump is deferred).

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code no-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants