From adb4af6fcf35455cbcda070e918f99081b6ede56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:03:26 +0000 Subject: [PATCH] Bump anyhow from 1.0.38 to 1.0.61 in /packer Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.61. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.61) --- 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..aecb915c01f 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.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" [[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..8f4cecdf533 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.61" sha2 = "^0.8.1" data-encoding = "2.3.1" serde_json = "1.0.61"