Bump serde_json from 1.0.140 to 1.0.149#1383
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. It is recommended to resolve "Warn" alerts too. Learn more about Socket for GitHub.
|
Pull Request Test Coverage Report for Build 22951248307Details
💛 - Coveralls |
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.149. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.149) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
fe43080 to
2683d9c
Compare
Bumps serde_json from 1.0.140 to 1.0.149.
Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formatting8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146You 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Dependency-only change, but it can subtly affect JSON serialization (especially float/arbitrary-precision formatting) and performance due to the switch to
zmijand updated serde internals.Overview
Bumps
serde_jsonfrom1.0.140to1.0.149inCargo.tomland updatesCargo.lockaccordingly.The lockfile reflects upstream changes in
serde_json’s internals by replacingryuwithzmijand adding aserde_coredependency, which may slightly change number/float string formatting in serialized JSON.Written by Cursor Bugbot for commit 2683d9c. This will update automatically on new commits. Configure here.