Skip to content

Commit f5ede4c

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 55e959a commit f5ede4c

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
@@ -51,7 +51,7 @@ hyper = { version = "1.0", features = ["server", "http1"], optional = true }
5151
hyper-util = { version = "0.1", features = ["tokio"], optional = true }
5252

5353
# Alternative execution backends
54-
bollard = { version = "0.20", optional = true }
54+
bollard = { version = "0.21", optional = true }
5555
reqwest = { workspace = true, optional = true }
5656

5757
# MCP (Model Context Protocol)

crates/terraphim_validation/Cargo.toml

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

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

0 commit comments

Comments
 (0)