pnpm / pacquet

experimental package manager for node.js
Apache License 2.0
762 stars 21 forks source link

chore(cargo): bump serde_json from 1.0.107 to 1.0.112 #236

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps serde_json from 1.0.107 to 1.0.112.

Release notes

Sourced from serde_json's releases.

v1.0.112

  • Improve formatting of "invalid type" error messages involving floats (#1107)

v1.0.111

  • Improve floating point parsing performance on loongarch64 (#1100, thanks @​heiher)

v1.0.110

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

  • Documentation improvements

v1.0.108

Commits
  • 7fece96 Release 1.0.112
  • 6a6d2bb Merge pull request #1107 from serde-rs/unexpectedfloat
  • 83d7bad Format f64 in error messages using ryu
  • 107c2d1 Merge pull request #1106 from serde-rs/invalidvalue
  • 62ca3e4 Handle Unexpected::Unit in Error::invalid_value
  • 296fafb Factor out JSON-specific Display impl for serde::de::Unexpected
  • e56cc69 Merge pull request #1105 from keienWang/master
  • 2909b0b fix: Correct spelling error
  • 6d44b9f Ignore unconditional_recursion clippy lint due to false positive
  • 0131ac6 Release 1.0.111
  • 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 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)
github-actions[bot] commented 7 months ago

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.03      6.8±0.22ms   634.0 KB/sec    1.00      6.6±0.16ms   652.7 KB/sec
github-actions[bot] commented 7 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 127.5 ± 8.9 113.4 144.7 1.03 ± 0.10
pacquet@main 123.9 ± 9.0 107.6 141.8 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.12749748334, "stddev": 0.008949573298696856, "median": 0.12612877774, "user": 0.05900561333333333, "system": 0.20187279333333336, "min": 0.11335473174, "max": 0.14473221774, "times": [ 0.13513921074, 0.13010294574, 0.13525224374, 0.12056903474000001, 0.14207783774, 0.11694108874, 0.12101688674000001, 0.14473221774, 0.12473679474, 0.12612877774, 0.12038739474000001, 0.12973717973999999, 0.11335473174, 0.12898849673999999, 0.12329740874 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.1238827824275, "stddev": 0.00900399756867942, "median": 0.12331533874000002, "user": 0.06401747999999999, "system": 0.1964618475, "min": 0.10760594474000001, "max": 0.14184677673999999, "times": [ 0.12377040974000002, 0.12196611274000001, 0.13849895274, 0.11096884374, 0.12286026774000001, 0.12770115674, 0.11368496774, 0.12649090074, 0.10760594474000001, 0.12818293874, 0.12019928974, 0.13107539874, 0.12081724874000001, 0.11977235074, 0.14184677673999999, 0.12668295874 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```