diff --git a/Cargo.lock b/Cargo.lock index e4c8052c..d1f7c3a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,9 +167,9 @@ dependencies = [ [[package]] name = "bollard" -version = "0.20.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "227aa051deec8d16bd9c34605e7aaf153f240e35483dd42f6f78903847934738" +checksum = "ee04c4c84f1f811b017f2fbb7dd8815c976e7ca98593de9c1e2afad0f636bff4" dependencies = [ "base64", "bollard-stubs", diff --git a/Cargo.toml b/Cargo.toml index 1d5fdda7..bd24698e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1.49.0", features = ["full"] } futures-util = "0.3.32" # Container management -bollard = "0.20.1" +bollard = "0.20.2" tar = "0.4.44" # GitHub integration