Skip to content

chore(deps): bump serde_json from 1.0.71 to 1.0.72#83

Merged
KSXGitHub merged 1 commit into
masterfrom
dependabot/cargo/serde_json-1.0.72
Nov 29, 2021
Merged

chore(deps): bump serde_json from 1.0.71 to 1.0.72#83
KSXGitHub merged 1 commit into
masterfrom
dependabot/cargo/serde_json-1.0.72

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 29, 2021

Copy link
Copy Markdown
Contributor

Bumps serde_json from 1.0.71 to 1.0.72.

Release notes

Sourced from serde_json's releases.

v1.0.72

Commits
  • 76e376c Release 1.0.72
  • 77915eb Merge pull request #829 from serde-rs/surrogate
  • 265fb7e Move discard of expected byte immediately after peek
  • 1422076 Rearrange the early return on lone or encoded surrogate
  • 311f185 Use binary mask to line up visually with the bits being |'d in
  • 11d3464 Extract common logic of surrogate encode
  • cb4a251 Document why the parse_escape recursion is not dangerous
  • 7911e70 Tail recurse on parse_escape
  • 48dad22 Collapse surrogate encode into extend_from_slice call
  • 683832a Touch up doc changes from PR 828
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.71 to 1.0.72.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.71...v1.0.72)

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

Signed-off-by: dependabot[bot] <support@github.com>
@KSXGitHub KSXGitHub merged commit 1acb474 into master Nov 29, 2021
@dependabot dependabot Bot deleted the dependabot/cargo/serde_json-1.0.72 branch November 29, 2021 23:10
KSXGitHub pushed a commit that referenced this pull request May 17, 2026
23 commits since `0.0.0-rc.12`. The functional ones that
matter for this codebase:

- KSXGitHub/perfectionist#72 adds the curated `core` / `std`
  compile-time macros (`stringify!`, `concat!`, `cfg!`,
  `option_env!`, the `assert*` family, etc.) to
  `macro_argument_binding`'s built-in allow list.
- KSXGitHub/perfectionist#82 reframes the rule's classifier
  from "non-trivial expressions" to "impure expressions" and
  renames the four `extra_trivial_*` / `ignore_trivial_*`
  knobs (methods and macros) to `extra_pure_*` /
  `ignore_pure_*`. The diagnostic text was updated to match.
  No effect here — we set none of those knobs.
- KSXGitHub/perfectionist#84 drops the per-rule `enabled`
  config knob from `macro_argument_binding`,
  `macro_trailing_comma`, and `prefer_raw_string`. Users
  relying on `[perfectionist::<rule>] enabled = false`
  migrate to `[perfectionist] disable = ["<rule>"]`. We never
  set that knob; nothing to change.
- KSXGitHub/perfectionist#95 drops the redundant
  `style = "preserve"` variant from `derive_ordering`. We use
  `style = "prefix_then_alphabetical"`; unaffected.

The rest of the delta is pages styling (#86, #87, #94, #97,
#98, #99), docs (#73, #75, #76, #77, #80, #81, #83, #96),
CI / dependency bumps (#79, #88-93), and the rc.13 release.

Clean build against `0.0.0-rc.14`, full test suite green, no
config migration needed and no source changes triggered. No
new bugs surface in this codebase.

https://claude.ai/code/session_01CoRidYHvni9nKNgxMPXmfQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant