Skip to content

chore(deps): bump bollard from 0.20.2 to 0.21.0#77

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bollard-0.21.0
Open

chore(deps): bump bollard from 0.20.2 to 0.21.0#77
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bollard-0.21.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps bollard from 0.20.2 to 0.21.0.

Release notes

Sourced from bollard's releases.

Release v0.21.0

What's Changed

New Contributors

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

Commits
  • f536c94 chore: Release 0.21.0 (#721)
  • 24037ed chore: podman state release 1.53.1 (#720)
  • 94f4e53 build(deps): bump swagger-codegen.version in /codegen/swagger (#717)
  • 5ea2d69 build(deps): bump rust from 1.94.1-slim to 1.95.0-slim (#716)
  • 1a49547 build(deps): update rand requirement from 0.9 to 0.10 (#690)
  • 94cf615 fix(codegen): add Podman "stopping" state to container state enums (#715)
  • 35c3968 fix: Remove topology special case (#719)
  • ce5f6e5 Allow users to pass their own build reference (#687)
  • 64a73dd Also set the messages limits for the client, file send and ssh (#718)
  • b2699e7 build(deps): update tokio-tungstenite requirement from 0.28 to 0.29 (#699)
  • Additional commits viewable in compare view

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.20.2 to 0.21.0.
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md)
- [Commits](fussybeaver/bollard@v0.20.2...v0.21.0)

---
updated-dependencies:
- dependency-name: bollard
  dependency-version: 0.21.0
  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 rust Pull requests that update Rust code labels May 4, 2026
@tangletools
Copy link
Copy Markdown

tangletools commented May 4, 2026

✅ No Blockers — e0bd053d

Readiness 0/100 · Confidence 95/100 · 0 findings (none)

kimi glm aggregate
Readiness 5 0 0
Confidence 98 95 95
Correctness 10 0 0
Security 85 100 85
Testing 0 0 0
Architecture 80 70 70

PR bumps bollard 0.20.2 → 0.21.0 but does not update the two call sites that use renamed enums from bollard 0.21's API. cargo test fails immediately with unresolved import errors in src/config/volume.rs:2 and src/container.rs:6. The crate does not compile; nothing can be tested. This is a straightforward dependency bump that is incomplete — the rename fixes are trivially small but were not applied. | The PR bumps bollard from 0.20 to 0.21 but does not update source code for two renamed types (MountTypeEnum→MountType, MountPointTypeEnum→MountPointType), causing compilation failure in 2 files.

No findings.


tangletools · 2026-05-04T21:13:23Z · trace

Copy link
Copy Markdown

@tangletools tangletools left a comment

Choose a reason for hiding this comment

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

✅ Clean

PR bumps bollard 0.20.2 → 0.21.0 but does not update the two call sites that use renamed enums from bollard 0.21's API. cargo test fails immediately with unresolved import errors in src/config/volume.rs:2 and src/container.rs:6. The crate does not compile; nothing can be tested. This is a straightforward dependency bump that is incomplete — the rename fixes are trivially small but were not applied. | The PR bumps bollard from 0.20 to 0.21 but does not update source code for two renamed types (MountTypeEnum→MountType, MountPointTypeEnum→MountPointType), causing compilation failure in 2 files.

No findings.


tangletools · 2026-05-04T21:13:23Z · trace

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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant