From 2494bb76b569723e9790dc7702730df94a07fbd0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 08:45:12 -0700 Subject: [PATCH] Bump anyhow from 1.0.28 to 1.0.31 in /packer (#1169) Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.28 to 1.0.31.
Release notes

Sourced from anyhow's releases.

1.0.31

1.0.30

1.0.29

Commits

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.28&new-version=1.0.31)](https://dependabot.com/compatibility-score/?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.28&new-version=1.0.31) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
Pull Request resolved: https://github.com/facebook/flipper/pull/1169 Reviewed By: passy Differential Revision: D21619401 Pulled By: cekkaewnumchai fbshipit-source-id: 06e3d86104c4809a3a464a683552e6523a2b67d3 --- packer/Cargo.lock | 4 ++-- packer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packer/Cargo.lock b/packer/Cargo.lock index 374628f63..4a8a6b9e0 100644 --- a/packer/Cargo.lock +++ b/packer/Cargo.lock @@ -11,9 +11,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.28" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff" +checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" [[package]] name = "arrayref" diff --git a/packer/Cargo.toml b/packer/Cargo.toml index 059bf2f32..10ecc944d 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -10,7 +10,7 @@ shellexpand = "^2.0.0" tar = "^0.4.26" serde = { version = "^1.0.106", features = ["derive"] } serde_yaml = "^0.8.11" -anyhow = "^1.0.28" +anyhow = "^1.0.31" sha2 = "^0.8.1" data-encoding = "^2.2.0" serde_json = "^1.0.52"