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.111 #232

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps serde_json from 1.0.107 to 1.0.111.

Release notes

Sourced from serde_json's releases.

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


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 8 months ago

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.00      6.7±0.12ms   650.5 KB/sec    1.00      6.7±0.16ms   650.0 KB/sec
github-actions[bot] commented 8 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 127.3 ± 12.1 112.4 150.0 1.04 ± 0.14
pacquet@main 122.4 ± 11.5 110.6 149.3 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.1272981975075, "stddev": 0.012116499452845719, "median": 0.12496127782, "user": 0.0580245275, "system": 0.20480073999999998, "min": 0.11243874832000002, "max": 0.15000252432, "times": [ 0.12653608132, 0.14331913032, 0.11416329632000001, 0.14705434232, 0.13697334532, 0.11539112532000001, 0.11487278532000002, 0.11243874832000002, 0.15000252432, 0.12862440132, 0.12235868032000001, 0.11563447132000002, 0.12379576532000001, 0.12533829132, 0.13568390732, 0.12458426432000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12242988002588237, "stddev": 0.011488597719466651, "median": 0.11805201332000001, "user": 0.059132722352941175, "system": 0.20412309294117645, "min": 0.11061758932000001, "max": 0.14931878532, "times": [ 0.11530935632000001, 0.11615402032000001, 0.12468963732, 0.11322901132000002, 0.11981142132000001, 0.14685762832, 0.11926300132000002, 0.11698262132000001, 0.11259686432000002, 0.11424970032000001, 0.11805201332000001, 0.14931878532, 0.11757500932, 0.12143059232000002, 0.11061758932000001, 0.13508874832, 0.13008196032 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```
dependabot[bot] commented 7 months ago

Superseded by #236.