From 3c6bed9ce8393a3c3414eb789b0e10958f4876dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 03:47:52 -0800 Subject: [PATCH] Bump sha2 from 0.10.0 to 0.10.1 in /packer (#3249) Summary: Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.0 to 0.10.1.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sha2&package-manager=cargo&previous-version=0.10.0&new-version=0.10.1)](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/3249 Reviewed By: aigoncharov Differential Revision: D33569823 Pulled By: passy fbshipit-source-id: a98db0b174c0d5dcaeb21a521f6ac9d0e4a28ecc --- 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 ad42fa26c..a39910824 100644 --- a/packer/Cargo.lock +++ b/packer/Cargo.lock @@ -633,9 +633,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900d964dd36bb15bcf2f2b35694c072feab74969a54f2bbeec7a2d725d2bdcb6" +checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" dependencies = [ "cfg-if", "cpufeatures", diff --git a/packer/Cargo.toml b/packer/Cargo.toml index 20fee0d3d..b5b5dfbf4 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -16,7 +16,7 @@ tar = "0.4.38" serde = { version = "1.0.133", features = ["derive"] } serde_yaml = "0.8.23" anyhow = "1.0.52" -sha2 = "0.10.0" +sha2 = "0.10.1" data-encoding = "2.3.2" serde_json = "1.0.67" rayon = "1.5.1"