From a416e507b0cf300044b0e434cafca1f1f580867f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 20:04:42 +0000 Subject: [PATCH] chore(deps): bump bollard from 0.11.0 to 0.11.1 Bumps [bollard](https://github.com/fussybeaver/bollard) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Commits](https://github.com/fussybeaver/bollard/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: bollard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/provisioner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d4c74b..a4d39dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,9 +116,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bollard" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a3f238d4b66f33d9162893ade03cd8a485320f591b244ea5b7f236d3494e98" +checksum = "c92fed694fd5a7468c971538351c61b9c115f1ae6ed411cd2800f0f299403a4b" dependencies = [ "base64 0.13.0", "bollard-stubs", diff --git a/crates/provisioner/Cargo.toml b/crates/provisioner/Cargo.toml index 9e47aba..e81b2e9 100644 --- a/crates/provisioner/Cargo.toml +++ b/crates/provisioner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bollard = "0.11.0" +bollard = "0.11.1" hyper = { version = "0.14.15", features = ["stream"] } mktemp = "0.4.1" thiserror = "1.0.30"