Closed dependabot[bot] closed 3 months ago
@dependabot merge
On Thu, Aug 15, 2024, 8:48 AM dependabot[bot] @.***> wrote:
Bumps serde_json https://github.com/serde-rs/json from 1.0.124 to 1.0.125. Release notes
Sourced from serde_json's releases https://github.com/serde-rs/json/releases.
1.0.125
- Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172 https://redirect.github.com/serde-rs/json/issues/1172, #1175 https://redirect.github.com/serde-rs/json/issues/1175, thanks @purplesyringa https://github.com/purplesyringa)
Commits
- 6130f9b https://github.com/serde-rs/json/commit/6130f9b358dea483f10e671343f0098fbe55611b Release 1.0.125
- cc7a160 https://github.com/serde-rs/json/commit/cc7a1608c9bb7736c884926e016421af41a1ebe7 Touch up PR 1175
- 0f942e5 https://github.com/serde-rs/json/commit/0f942e5b5235a3b586e20e4c00bfe5b1a56f16d8 Merge pull request 1175 from iex-rs/faster-backslash-u
- d8921cd https://github.com/serde-rs/json/commit/d8921cd29b5eef6263c20cf87eab25d961237f94 Merge pull request #1172 https://redirect.github.com/serde-rs/json/issues/1172 from iex-rs/faster-hex
- b4bc643 https://github.com/serde-rs/json/commit/b4bc6436acdf874729a7b425b3c2e48f8b16b398 Merge pull request #1176 https://redirect.github.com/serde-rs/json/issues/1176 from dtolnay/miriname
- 94a2aad https://github.com/serde-rs/json/commit/94a2aad7b79543454da3ecdb2e6170b98773ccc2 Improve job names for miri jobs
- 8073fc1 https://github.com/serde-rs/json/commit/8073fc16b89f508f2443b95d925ce59dca745d43 Merge pull request #1174 https://redirect.github.com/serde-rs/json/issues/1174 from iex-rs/miri-on-ci
- 96ae604 https://github.com/serde-rs/json/commit/96ae60445df67f6903b53b2fcfe1d60f3bd8f778 Correct WTF-8 parsing
- 236cc82 https://github.com/serde-rs/json/commit/236cc8247d32a5cb337850d75f68265fdb4bc14e Simplify unicode escape handling
- 2f28d10 https://github.com/serde-rs/json/commit/2f28d106e68e214cfa19043e65b1bd178b3c2ced Use the same UTF-8/WTF-8 impl for surrogates
- Additional commits viewable in compare view https://github.com/serde-rs/json/compare/v1.0.124...1.0.125
[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/2287 Commit Summary
- e72b96d https://github.com/andrewdavidmackenzie/flow/pull/2287/commits/e72b96dcc377d7b3478157086e3fa2d206ec448a build(deps): bump serde_json from 1.0.124 to 1.0.125
File Changes
(1 file https://github.com/andrewdavidmackenzie/flow/pull/2287/files)
- M Cargo.lock https://github.com/andrewdavidmackenzie/flow/pull/2287/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e (6)
Patch Links:
- https://github.com/andrewdavidmackenzie/flow/pull/2287.patch
- https://github.com/andrewdavidmackenzie/flow/pull/2287.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/flow/pull/2287, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LBPDMCZLN5HVRPXM3LZRRFMNAVCNFSM6AAAAABMRVUPXCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DONJRG4YDCMY . 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 #2293.
Bumps serde_json from 1.0.124 to 1.0.125.
Release notes
Sourced from serde_json's releases.
Commits
6130f9b
Release 1.0.125cc7a160
Touch up PR 11750f942e5
Merge pull request 1175 from iex-rs/faster-backslash-ud8921cd
Merge pull request #1172 from iex-rs/faster-hexb4bc643
Merge pull request #1176 from dtolnay/miriname94a2aad
Improve job names for miri jobs8073fc1
Merge pull request #1174 from iex-rs/miri-on-ci96ae604
Correct WTF-8 parsing236cc82
Simplify unicode escape handling2f28d10
Use the same UTF-8/WTF-8 impl for surrogatesDependabot 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