From b79b0788d33571591840759bdeb9da914c6fb99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 06:16:29 +0000 Subject: [PATCH] chore(deps): Bump futures from 0.3.30 to 0.3.31 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- attestation-agent/coco_keyprovider/Cargo.toml | 2 +- image-rs/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98ab97af8..0957810f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2139,9 +2139,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -2170,9 +2170,9 @@ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", diff --git a/attestation-agent/coco_keyprovider/Cargo.toml b/attestation-agent/coco_keyprovider/Cargo.toml index 4819f7b80..be23918bf 100644 --- a/attestation-agent/coco_keyprovider/Cargo.toml +++ b/attestation-agent/coco_keyprovider/Cargo.toml @@ -13,7 +13,7 @@ clap = { workspace = true, features = ["derive"] } ctr.workspace = true daemonize = "0.5.0" env_logger.workspace = true -futures = "0.3.5" +futures = "0.3.31" jwt-simple.workspace = true log.workspace = true prost.workspace = true diff --git a/image-rs/Cargo.toml b/image-rs/Cargo.toml index 404993e8a..dac58f8c5 100644 --- a/image-rs/Cargo.toml +++ b/image-rs/Cargo.toml @@ -24,7 +24,7 @@ dircpy = { version = "0.3.19", optional = true } filetime = "0.2" flate2 = "1.0" fs_extra = { version = "1.2.0", optional = true } -futures = { version = "0.3.28", optional = true } +futures = { version = "0.3.31", optional = true } futures-util = "0.3" hex = { workspace = true, optional = true } kbc = { path = "../attestation-agent/kbc", default-features = false, optional = true }