From cfa8554724a5ea162c5d49b195b80d5e868f4caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:46:11 +0000 Subject: [PATCH] build(deps): bump podman-api from 0.4.0 to 0.8.0 Bumps [podman-api](https://github.com/vv9k/podman-api-rs) from 0.4.0 to 0.8.0. - [Release notes](https://github.com/vv9k/podman-api-rs/releases) - [Changelog](https://github.com/vv9k/podman-api-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/vv9k/podman-api-rs/commits) --- updated-dependencies: - dependency-name: podman-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52e581c..35005cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,14 +152,13 @@ dependencies = [ [[package]] name = "containers-api" -version = "0.2.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d2ca95f626f7be904f6ee24d0a525e7564c5c99544727229577f707dca42468" +checksum = "56082e32f18a6d60f06c736b49e234deffb93b13cb87091a39e0dec053d03819" dependencies = [ "chrono", "flate2", "futures-util", - "futures_codec", "http", "hyper", "hyperlocal", @@ -784,9 +783,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "podman-api" -version = "0.4.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "852a469c27bc8e6a403f1bd73288f241b3e813fe837b749ab87d03ef8f7ca147" +checksum = "64b8a428a3381f5e1fcfa1fb94092017f193c75f2d7959bc799ee82dadf0f72d" dependencies = [ "base64", "byteorder", @@ -809,9 +808,9 @@ dependencies = [ [[package]] name = "podman-api-stubs" -version = "0.5.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd2c5fdd235733e79a8570997ef664788a9f877899d0e7ae6e17acbd40b11413" +checksum = "cd9a63943c0c6e69efcd252ad61f4914270b7e3fec170e6a04ffdb2fc8dcd6a9" dependencies = [ "chrono", "serde", diff --git a/Cargo.toml b/Cargo.toml index ae0e672..f2066b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tar = "0.4" log = "0.4" pretty_env_logger = "0.4" anyhow = "1.0" -podman-api = "0.4" +podman-api = "0.8" xdg = "^2.1" async-trait = "0.1.63"