From a934f776a4baff2926d1f741af9d0ce2073663de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 09:01:50 -0800 Subject: [PATCH] Bump anyhow from 1.0.36 to 1.0.37 in /packer (#1802) Summary: Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.36 to 1.0.37.
Release notes

Sourced from anyhow's releases.

1.0.37

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.36&new-version=1.0.37)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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)
Pull Request resolved: https://github.com/facebook/flipper/pull/1802 Reviewed By: nikoant, mweststrate Differential Revision: D25782258 Pulled By: passy fbshipit-source-id: bf3214f5608be7b2931aabcb6319214469fe820d --- 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 f26657f5b..05cf53492 100644 --- a/packer/Cargo.lock +++ b/packer/Cargo.lock @@ -11,9 +11,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479" +checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" [[package]] name = "arrayref" diff --git a/packer/Cargo.toml b/packer/Cargo.toml index cc2a808d7..8093d7074 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -15,7 +15,7 @@ shellexpand = "2.0.0" tar = "0.4.30" serde = { version = "1.0.118", features = ["derive"] } serde_yaml = "0.8.13" -anyhow = "1.0.36" +anyhow = "1.0.37" sha2 = "^0.8.1" data-encoding = "2.3.1" serde_json = "1.0.60"