pnpm / pacquet

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

chore(cargo): bump serde from 1.0.188 to 1.0.193 #220

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

Bumps serde from 1.0.188 to 1.0.193.

Release notes

Sourced from serde's releases.

v1.0.193

v1.0.192

v1.0.191

  • Documentation improvements

v1.0.190

  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#2637)

v1.0.189

  • Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @​ahl)
Commits
  • 44613c7 Release 1.0.193
  • c706281 Merge pull request #2655 from dtolnay/rangestartend
  • 65d75b8 Add RangeFrom and RangeTo tests
  • 332b0cb Merge pull request #2654 from dtolnay/rangestartend
  • 8c4af41 Fix more RangeFrom / RangeEnd mixups
  • 24a78f0 Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixup
  • c91c334 Fix Range{From,To} deserialize mixup
  • 2083f43 Update ui test suite to nightly-2023-11-19
  • 4676abd Release 1.0.192
  • 35700eb Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged
  • 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 9 months ago

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.00      6.7±0.40ms   648.8 KB/sec    1.00      6.7±0.33ms   648.3 KB/sec
github-actions[bot] commented 9 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 130.2 ± 7.5 116.0 142.4 1.01 ± 0.10
pacquet@main 128.8 ± 10.9 109.5 152.3 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.13015747828666668, "stddev": 0.007523361643754733, "median": 0.13145725642000003, "user": 0.06856625333333334, "system": 0.19131579999999998, "min": 0.11600663542, "max": 0.14242297742, "times": [ 0.13474264442000003, 0.13002808142000002, 0.11600663542, 0.13947025642000002, 0.13009478742000002, 0.12490577542000002, 0.13457440542000002, 0.13145725642000003, 0.11990658742, 0.13252330342000002, 0.14242297742, 0.11829826542, 0.13360935242000002, 0.12952353642000003, 0.13479830942 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12882862608666668, "stddev": 0.010926078479629306, "median": 0.12963023742000002, "user": 0.06808165333333333, "system": 0.19347093333333332, "min": 0.10949658342, "max": 0.15229179742, "times": [ 0.13334906542000002, 0.11958337942000001, 0.13294749542000003, 0.11182395042, 0.12963023742000002, 0.13898484742000003, 0.13789460242, 0.12277089642000001, 0.13432441042, 0.12505043742000002, 0.13457486442000002, 0.12357950842, 0.10949658342, 0.12612731542000002, 0.15229179742 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```