From cc29d0b10e5baffc5491635b6e48309ef4b10424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:10:44 +0000 Subject: [PATCH] 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](https://github.com/fussybeaver/bollard/compare/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] --- Cargo.lock | 8 ++++---- crates/terraphim_rlm/Cargo.toml | 2 +- crates/terraphim_validation/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8758c3199..3194b4d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,9 +588,9 @@ dependencies = [ [[package]] name = "bollard" -version = "0.20.2" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee04c4c84f1f811b017f2fbb7dd8815c976e7ca98593de9c1e2afad0f636bff4" +checksum = "c9d0a013e3d3ee4edd61e779adf117944c08902d375f18630a0c5b8f95659734" dependencies = [ "base64", "bollard-stubs", @@ -620,9 +620,9 @@ dependencies = [ [[package]] name = "bollard-stubs" -version = "1.52.1-rc.29.1.3" +version = "1.53.1-rc.29.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0a8ca8799131c1837d1282c3f81f31e76ceb0ce426e04a7fe1ccee3287c066" +checksum = "ce412eb6f7096743011dc3cb5c674caeb24ced61d8c498fe07cf7998a4fea889" dependencies = [ "serde", "serde_json", diff --git a/crates/terraphim_rlm/Cargo.toml b/crates/terraphim_rlm/Cargo.toml index bf17b587f..2d5851800 100644 --- a/crates/terraphim_rlm/Cargo.toml +++ b/crates/terraphim_rlm/Cargo.toml @@ -45,7 +45,7 @@ hyper = { version = "1.0", features = ["server", "http1"], optional = true } hyper-util = { version = "0.1", features = ["tokio"], optional = true } # Alternative execution backends -bollard = { version = "0.20", optional = true } +bollard = { version = "0.21", optional = true } reqwest = { workspace = true, optional = true } # MCP (Model Context Protocol) diff --git a/crates/terraphim_validation/Cargo.toml b/crates/terraphim_validation/Cargo.toml index 91e6895c0..2ffa9c22e 100644 --- a/crates/terraphim_validation/Cargo.toml +++ b/crates/terraphim_validation/Cargo.toml @@ -69,7 +69,7 @@ term_size = "0.3" dirs = "5.0" # Docker and container support -bollard = { version = "0.20", optional = true } +bollard = { version = "0.21", optional = true } ahash = "0.8.12" axum-test = "19.1.1"