From 25df99fe84981571b8bdc79a0d6b28204515c465 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 May 2021 06:40:24 -0700
Subject: [PATCH] Bump sha2 from 0.9.4 to 0.9.5 in /packer (#2317)
Summary:
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.4 to 0.9.5.
Commits
[](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/2317
Reviewed By: priteshrnandgaonkar
Differential Revision: D28474715
Pulled By: mweststrate
fbshipit-source-id: 247e731fb57d326f2ed389eb3fcb5af3638e9bf6
---
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 3ffaf7cee..f78044c0e 100644
--- a/packer/Cargo.lock
+++ b/packer/Cargo.lock
@@ -618,9 +618,9 @@ dependencies = [
[[package]]
name = "sha2"
-version = "0.9.4"
+version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8f6b75b17576b792bef0db1bcc4b8b8bcdf9506744cf34b974195487af6cff2"
+checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
dependencies = [
"block-buffer",
"cfg-if",
diff --git a/packer/Cargo.toml b/packer/Cargo.toml
index 3a88458f1..0fa5b3891 100644
--- a/packer/Cargo.toml
+++ b/packer/Cargo.toml
@@ -16,7 +16,7 @@ tar = "0.4.33"
serde = { version = "1.0.126", features = ["derive"] }
serde_yaml = "0.8.17"
anyhow = "1.0.40"
-sha2 = "0.9.4"
+sha2 = "0.9.5"
data-encoding = "2.3.2"
serde_json = "1.0.64"
rayon = "1.5.0"