From 7ea74626e9dc03da110c39a46bdb7a495a8a80cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:06:16 +0000 Subject: [PATCH] build(deps): bump podman-api from 0.4.0 to 0.9.0 Bumps [podman-api](https://github.com/vv9k/podman-api-rs) from 0.4.0 to 0.9.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/compare/0.4.0...0.9.0) --- 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 9917498..82ed893 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,14 +152,13 @@ dependencies = [ [[package]] name = "containers-api" -version = "0.2.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d2ca95f626f7be904f6ee24d0a525e7564c5c99544727229577f707dca42468" +checksum = "ef94b0ff8338282b35bafb408eb0a3e53ba05bdb3b36840589ab9a67a6682593" 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.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "852a469c27bc8e6a403f1bd73288f241b3e813fe837b749ab87d03ef8f7ca147" +checksum = "7697e9e1fdcfd452699eb8c419994a8fd120f0f5ac5a7dd26398a9a983b8dc89" dependencies = [ "base64", "byteorder", @@ -809,9 +808,9 @@ dependencies = [ [[package]] name = "podman-api-stubs" -version = "0.5.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd2c5fdd235733e79a8570997ef664788a9f877899d0e7ae6e17acbd40b11413" +checksum = "2d280c623f633a0dded88feab9e387f98451506431d5b7308a858c643305dcee" dependencies = [ "chrono", "serde", diff --git a/Cargo.toml b/Cargo.toml index e84ec03..3a69b77 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.9" xdg = "^2.1" async-trait = "0.1.66"