Skip to content

build(deps): bump sysinfo from 0.30.4 to 0.30.5#1530

Merged
jqnatividad merged 1 commit intomasterfrom
dependabot/cargo/sysinfo-0.30.5
Jan 5, 2024
Merged

build(deps): bump sysinfo from 0.30.4 to 0.30.5#1530
jqnatividad merged 1 commit intomasterfrom
dependabot/cargo/sysinfo-0.30.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 5, 2024

Bumps sysinfo from 0.30.4 to 0.30.5.

Changelog

Sourced from sysinfo's changelog.

0.30.5

  • Windows: Correctly retrieve processes name on 32 bits platforms.
  • Windows: Fix swap memory computation.
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 <dependency name> 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)

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.4 to 0.30.5.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 5, 2024
@jqnatividad jqnatividad merged commit a07eabb into master Jan 5, 2024
@dependabot dependabot Bot deleted the dependabot/cargo/sysinfo-0.30.5 branch January 5, 2024 19:13
jqnatividad added a commit that referenced this pull request Apr 19, 2026
- restructure the evaluation branch so cold_path() only applies when it
  is genuinely cold: when has_unique_combined is true, every record must
  take evaluate() (hot path for that config), so no hint; otherwise
  is_valid() short-circuits valid records and only the rare invalid
  case hits cold_path + evaluate
- revert the cfg_select! change on the target_endian-gated JSON parser
  back to #[cfg] attributes; cfg_select! arms in expression position do
  not accept blocks with let statements, so the named-buffer form (more
  idiomatic, easier to extend) is only reachable via plain #[cfg]

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jqnatividad added a commit that referenced this pull request Apr 19, 2026
* perf(validate): apply Rust 1.95 features in per-record loop

- use std::cfg_select! for target_endian-gated JSON parser selection
  (single binding instead of two #[cfg]-gated let statements)
- add std::hint::cold_path() hints on the three rare branches of the
  Rayon per-record validation loop (JSON conversion error, schema
  evaluate fallback, and invalid-record error-message formatting) so
  codegen biases toward the common valid-record fast path

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* perf(validate): address review #1530 on cold_path placement

- restructure the evaluation branch so cold_path() only applies when it
  is genuinely cold: when has_unique_combined is true, every record must
  take evaluate() (hot path for that config), so no hint; otherwise
  is_valid() short-circuits valid records and only the rare invalid
  case hits cold_path + evaluate
- revert the cfg_select! change on the target_endian-gated JSON parser
  back to #[cfg] attributes; cfg_select! arms in expression position do
  not accept blocks with let statements, so the named-buffer form (more
  idiomatic, easier to extend) is only reachable via plain #[cfg]

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant