From cb79e8b20cf1432fb902078196c1391eb3c80e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:04:05 +0000 Subject: [PATCH] Bump anyhow from 1.0.38 to 1.0.55 in /packer Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.55. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.55) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packer/Cargo.lock | 8 +++++--- packer/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packer/Cargo.lock b/packer/Cargo.lock index 3f416fb7461..86cc5d62f1b 100644 --- a/packer/Cargo.lock +++ b/packer/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -11,9 +13,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" [[package]] name = "arrayref" @@ -294,7 +296,7 @@ dependencies = [ [[package]] name = "flipper-packer" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "clap", diff --git a/packer/Cargo.toml b/packer/Cargo.toml index ec862538333..6d729a67d78 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -15,7 +15,7 @@ shellexpand = "2.1.0" tar = "0.4.30" serde = { version = "1.0.119", features = ["derive"] } serde_yaml = "0.8.15" -anyhow = "1.0.38" +anyhow = "1.0.55" sha2 = "^0.8.1" data-encoding = "2.3.1" serde_json = "1.0.61"