From 4c8f474ccc1d06112d4580b3d42bd408c35b351f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:14:01 +0000 Subject: [PATCH] build(deps): Update bollard requirement from 0.16 to 0.20 Updates the requirements on [bollard](https://github.com/fussybeaver/bollard) to permit the latest version. - [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.16.0...v0.20.2) --- updated-dependencies: - dependency-name: bollard dependency-version: 0.20.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cdef41..b19c63a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ rusqlite = { version = "0.39", features = ["bundled"] } r2d2 = "0.8" # Docker -bollard = "0.16" +bollard = "0.20" # HTTP client (for LLM API) reqwest = { version = "0.12.24", default-features = false, features = ["json", "blocking", "rustls-tls"] }