From dd91631ff433e9b83e36ea260e5d0020f24d68f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:58:06 +0000 Subject: [PATCH] Update bollard requirement from 0.19.1 to 0.20.1 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.19.1...v0.20.1) --- updated-dependencies: - dependency-name: bollard dependency-version: 0.20.1 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 215bb7e..7bab89a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ path = "src/migrator.rs" anyhow = { version = "1.0.75", features = ["std"] } async-trait = "0.1.81" axum = { version = "0.8.4", features = ["json", "macros"] } -bollard = "0.19.1" +bollard = "0.20.1" bytes = "1.6.0" chrono = { version = "0.4.31", features = ["serde"] } clap = { version = "4.4.10", features = ["derive"] }