Closed dependabot[bot] closed 3 months ago
@dependabot merge
On Fri, Aug 2, 2024, 8:57 AM dependabot[bot] @.***> wrote:
Bumps serde_json https://github.com/serde-rs/json from 1.0.121 to 1.0.122. Release notes
Sourced from serde_json's releases https://github.com/serde-rs/json/releases.
v1.0.122
- Support using json! in no-std crates (#1166 https://redirect.github.com/serde-rs/json/issues/1166)
Commits
- 54381d6 https://github.com/serde-rs/json/commit/54381d6fee21cb05439937a0f5f286177c21d3f6 Release 1.0.122
- 16fb6e0 https://github.com/serde-rs/json/commit/16fb6e0b853590ed065f2a1ce4450a71a433717b Work around buggy rust-analyzer behavior
- 49d7d66 https://github.com/serde-rs/json/commit/49d7d6626f34d38f3bac5ccedffeaec169e02db1 Merge pull request #1166 https://redirect.github.com/serde-rs/json/issues/1166 from dtolnay/allocvec
- 6827c7b https://github.com/serde-rs/json/commit/6827c7b3c582a8fe30beb8ddb9e2446bfc391ea7 Fix json! invocations when std prelude is not in scope
- 611b2a4 https://github.com/serde-rs/json/commit/611b2a4fb671b19c3ef45fc5b6455f906888c89f Merge pull request #1165 https://redirect.github.com/serde-rs/json/issues/1165 from serde-rs/jsonmac
- 7633cb7 https://github.com/serde-rs/json/commit/7633cb7f0511d7e4962f5a378171cc1ea0a0820d Eliminate local_inner_macros in favor of non-ident macro paths
- See full diff in compare view https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122
[image: Dependabot compatibility score] 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 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 show
ignore conditions will show all of the ignore conditions of the specified dependency - @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)
You can view, comment on, or merge this pull request online at:
https://github.com/andrewdavidmackenzie/flow/pull/2274 Commit Summary
- e158e9e https://github.com/andrewdavidmackenzie/flow/pull/2274/commits/e158e9e54c33bf18cdd1ae77e6e811d821b134d2 build(deps): bump serde_json from 1.0.121 to 1.0.122
File Changes
(1 file https://github.com/andrewdavidmackenzie/flow/pull/2274/files)
- M Cargo.lock https://github.com/andrewdavidmackenzie/flow/pull/2274/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e (4)
Patch Links:
- https://github.com/andrewdavidmackenzie/flow/pull/2274.patch
- https://github.com/andrewdavidmackenzie/flow/pull/2274.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/flow/pull/2274, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LDBRCLGU2A4KZIQHYTZPMUURAVCNFSM6AAAAABL36QKZ6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DIMRRHA4DINY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Superseded by #2280.
Bumps serde_json from 1.0.121 to 1.0.122.
Release notes
Sourced from serde_json's releases.
Commits
54381d6
Release 1.0.12216fb6e0
Work around buggy rust-analyzer behavior49d7d66
Merge pull request #1166 from dtolnay/allocvec6827c7b
Fix json! invocations when std prelude is not in scope611b2a4
Merge pull request #1165 from serde-rs/jsonmac7633cb7
Eliminate local_inner_macros in favor of non-ident macro pathsDependabot 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 @andrewdavidmackenzie.
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 show