From 216fc9a88cadad3cbe46ee260351a6464b24fd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 09:06:06 -0800 Subject: [PATCH] Bump serde_json from 1.0.60 to 1.0.61 in /packer (#1801) Summary: Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.60 to 1.0.61.
Release notes

Sourced from serde_json's releases.

v1.0.61

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.60&new-version=1.0.61)](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/1801 Reviewed By: mweststrate Differential Revision: D25782256 Pulled By: passy fbshipit-source-id: 71e45be1568d1388ceafbd5e10202b67579560d0 --- 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 05cf53492..c1bd3a0e3 100644 --- a/packer/Cargo.lock +++ b/packer/Cargo.lock @@ -598,9 +598,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779" +checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" dependencies = [ "itoa", "ryu", diff --git a/packer/Cargo.toml b/packer/Cargo.toml index 8093d7074..f223c8999 100644 --- a/packer/Cargo.toml +++ b/packer/Cargo.toml @@ -18,7 +18,7 @@ serde_yaml = "0.8.13" anyhow = "1.0.37" sha2 = "^0.8.1" data-encoding = "2.3.1" -serde_json = "1.0.60" +serde_json = "1.0.61" rayon = "1.4.1" indicatif = "0.15.0" xz2 = "0.1.6"