-
Notifications
You must be signed in to change notification settings - Fork 13
Bump serde_json from 1.0.55 to 1.0.56 #41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`@dependabot merge`
…On Mon, Jun 29, 2020, at 12:55 PM, dependabot-preview[bot] wrote:
Bumps serde_json <https://github.com/serde-rs/json> from 1.0.55 to 1.0.56.
Release notes
*Sourced from serde_json's releases <https://github.com/serde-rs/json/releases>.*
> v1.0.56
> * Improve compiler diagnostic on missing commas inside `json!` macro invocation (rust-lang/rust#73777 <https://github-redirect.dependabot.com/rust-lang/rust/issues/73777>)
Commits
* `ae8d93d` <serde-rs/json@ae8d93d> Release 1.0.56
* `2f39790` <serde-rs/json@2f39790> Adjust wording of 'Using derive' link
* `53ddaf9` <serde-rs/json@53ddaf9> Merge pull request #685 <https://github-redirect.dependabot.com/serde-rs/json/issues/685> from rimutaka/master
* `fcddb9a` <serde-rs/json@fcddb9a> Merge pull request #688 <https://github-redirect.dependabot.com/serde-rs/json/issues/688> from dtolnay/missingcomma
* `9357569` <serde-rs/json@9357569> Trigger missing comma rustc suggestion
* `0443daa` <serde-rs/json@0443daa> Prevent type ascription misdiagnosis
* `4a948df` <serde-rs/json@4a948df> Add ui test of missing comma between object entries
* `8daa85b` <serde-rs/json@8daa85b> Linked ReadMe to Using Derive page.
* `631ce80` <serde-rs/json@631ce80> Ignore unnested_or_patterns suggesting unstable code
* See full diff in compare view <serde-rs/json@v1.0.55...v1.0.56>
Dependabot compatibility score <https://dependabot.com/compatibility-score/?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.55&new-version=1.0.56>
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 ***@***.*** rebase`.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* ***@***.*** rebase` will rebase this PR
* ***@***.*** recreate` will recreate this PR, overwriting any edits that have been made to it
* ***@***.*** merge` will merge this PR after your CI passes on it
* ***@***.*** squash and merge` will squash and merge this PR after your CI passes on it
* ***@***.*** cancel merge` will cancel a previously requested merge and block automerging
* ***@***.*** reopen` will reopen this PR if it is closed
* ***@***.*** close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
* ***@***.*** 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)
* ***@***.*** 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)
* ***@***.*** 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)
* ***@***.*** use these labels` will set the current labels as the default for future PRs for this repo and language
* ***@***.*** use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
* ***@***.*** use these assignees` will set the current assignees as the default for future PRs for this repo and language
* ***@***.*** use this milestone` will set the current milestone as the default for future PRs for this repo and language
* ***@***.*** 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 your Dependabot dashboard <https://app.dependabot.com/>:
* Update frequency (including time of day and day of week)
* Pull request limits (per update run and/or open at any time)
* Out-of-range updates (receive only lockfile updates, if desired)
* Security updates (receive only security updates, if desired)
You can view, comment on, or merge this pull request online at:
#41
Commit Summary
* Bump serde_json from 1.0.55 to 1.0.56
File Changes
* *M* Cargo.lock <https://github.com/JakeWharton/gitout/pull/41/files#diff-d2ede298d9a75c849170d6ef285eda1e> (4)
Patch Links:
* https://github.com/JakeWharton/gitout/pull/41.patch
* https://github.com/JakeWharton/gitout/pull/41.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#41>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAQIELB2AIRBY2VXXZYHD3RZDBP3ANCNFSM4OLM5TEA>.
|
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.55 to 1.0.56. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.55...v1.0.56) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1b410a5
to
8af4724
Compare
@dependabot merge |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps serde_json from 1.0.55 to 1.0.56.
Release notes
Sourced from serde_json's releases.
Commits
ae8d93d
Release 1.0.562f39790
Adjust wording of 'Using derive' link53ddaf9
Merge pull request #685 from rimutaka/masterfcddb9a
Merge pull request #688 from dtolnay/missingcomma9357569
Trigger missing comma rustc suggestion0443daa
Prevent type ascription misdiagnosis4a948df
Add ui test of missing comma between object entries8daa85b
Linked ReadMe to Using Derive page.631ce80
Ignore unnested_or_patterns suggesting unstable codeDependabot 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 will merge this PR once CI passes on it, as requested by @JakeWharton.
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 use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: