Skip to content

Commit cc68c14

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 9a694dd commit cc68c14

3 files changed

Lines changed: 51 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 49 additions & 25 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
@@ -52,7 +52,7 @@ hyper = { version = "1.0", features = ["server", "http1"], optional = true }
5252
hyper-util = { version = "0.1", features = ["tokio"], optional = true }
5353

5454
# Alternative execution backends
55-
bollard = { version = "0.20", optional = true }
55+
bollard = { version = "0.21", optional = true }
5656
reqwest = { workspace = true, optional = true }
5757

5858
# MCP (Model Context Protocol)

crates/terraphim_validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ term_size = "0.3"
7171
dirs = "5.0"
7272

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

0 commit comments

Comments
 (0)