Skip to content

Commit d94936b

Browse files
chore(deps)(deps): bump bollard from 0.20.2 to 0.21.0
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>
1 parent 25f3e6f commit d94936b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/terraphim_rlm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ hyper = { version = "1.0", features = ["server", "http1"], optional = true }
4646
hyper-util = { version = "0.1", features = ["tokio"], optional = true }
4747

4848
# Alternative execution backends
49-
bollard = { version = "0.20", optional = true }
49+
bollard = { version = "0.21", optional = true }
5050
reqwest = { workspace = true, optional = true }
5151

5252
# MCP (Model Context Protocol)

crates/terraphim_validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ term_size = "0.3"
6969
dirs = "5.0"
7070

7171
# Docker and container support
72-
bollard = { version = "0.20", optional = true }
72+
bollard = { version = "0.21", optional = true }
7373
ahash = "0.8.12"
7474
axum-test = "19.1.1"
7575

0 commit comments

Comments
 (0)