Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Bump serde_json from 1.0.81 to 1.0.82 #329

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps serde_json from 1.0.81 to 1.0.82.

Release notes

Sourced from serde_json's releases.

v1.0.82

  • Implement From<Option<T>> for serde_json::Value where T: Into<Value> (#900, thanks @​kvnvelasco)
Commits
  • f286714 Release 1.0.82
  • df704c2 Merge pull request #900 from kvnvelasco/implement_from_option_for_value
  • b87778b don't use experimental (in 1.36) Self:: access for enums
  • 1bf61e9 make Value be From<Option>
  • 3d17340 Bump oldest rustc for preserve_order feature to 1.56.1
  • dab5ed3 Merge pull request #895 from dtolnay/ref
  • 05e03ee Eliminate all use of ref keyword
  • 45f1c4a Resolve borrow_deref_ref clippy lint
  • de5c34b Resolve get_first clippy lint
  • 6b91c96 Check for outdated deps in fuzz target
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2022
@bors
Copy link
Contributor

bors commented Jul 8, 2022

☔ The latest upstream changes (presumably #328) made this pull request unmergeable. Please resolve the merge conflicts.

@JohnTitor
Copy link
Member

@dependabot rebase

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.81...v1.0.82)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/serde_json-1.0.82 branch from 50dbe61 to 7c106b1 Compare July 8, 2022 09:13
@JohnTitor
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Jul 8, 2022

📌 Commit 7c106b1 has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jul 8, 2022

⌛ Testing commit 7c106b1 with merge c94ee26...

@bors
Copy link
Contributor

bors commented Jul 8, 2022

☀️ Test successful - checks-actions
Approved by: JohnTitor
Pushing c94ee26 to master...

@bors bors merged commit c94ee26 into master Jul 8, 2022
@dependabot dependabot bot deleted the dependabot/cargo/serde_json-1.0.82 branch July 8, 2022 09:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants