Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2025

This PR contains the following updates:

Package Type Update Change
sysinfo dependencies minor 0.33.0 -> 0.34.0

Release Notes

GuillaumeGomez/sysinfo (sysinfo)

v0.34.1

  • macOS: Remove forgotten debug print.

v0.34.0

  • multithread feature is disabled by default.
  • Add new Process methods: accumulated_cpu_time, exists, open_files and open_files_limit.
  • Process::wait method now returns Option<ExitStatus>.
  • Add new System methods: distribution_id_like and kernel_long_version.
  • Turn System::physical_core_count method into an associated function.
  • Make System::refresh_all and System::refresh_specifics methods remove dead processes.
  • Add new ProcessRefreshKind refresh: tasks.
  • Fix Group docs.
  • Implement Deserialize trait on DiskKind, MacAddr, IpNetwork, ProcessStatus, Signal and ThreadKind.
  • Implement FromStr trait on IpNetwork and MacAddr.
  • Implement Hash trait on DiskKind, MacAddr, ProcessStatus and Signal.
  • macOS: Removed processes are now correctly handled when refreshing processes.
  • macOS: Strenghten dist list refresh.
  • macOS: Fix internal cfg handling which triggered compilation failures in some specific cases.
  • Linux: max cgroups memory is more reliant in case of wrong input.
  • Linux: Fix processes tasks update.
  • Linux: Improve disks retrieval.
  • Windows: Fix antivirus considering programs using sysinfo as viruses by replacing uses of NtQueryInformationProcess with other "mainstream" Windows API.
  • Windows: Improve CPU usage computation efficiency.
  • FreeBSD: Improve process_procs when there is only one process to refresh.

v0.33.1

Compare Source

  • Linux: Fix components retrieval.
  • Linux: Filter out more virtual file systems for Disk API.
  • Linux/Android: Improve System::long_os_version().
  • Apple: Add missing CPU brands for iPhone and iPads.
  • macOS: Improve system name retrieval in System::long_os_version().
  • Linux/macOS: Avoid trailing whitespace and consecutive whitespace in System::long_os_version().
  • Windows: Fix User::groups.
  • Improve documentation for System::name, System::kernel_version, System::os_version, System::long_os_version and System::distribution_id.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sourcery-ai bot commented Mar 28, 2025

Reviewer's Guide by Sourcery

This pull request updates the sysinfo crate from version 0.33.0 to 0.34.0 across multiple Cargo.toml files in the repository. This involves modifying the dependency version specified in each of the listed files.

Updated class diagram for sysinfo::Process

classDiagram
  class Process {
    +accumulated_cpu_time()
    +exists()
    +open_files()
    +open_files_limit()
    +wait() Option<ExitStatus>
  }
  note for Process "Added accumulated_cpu_time, exists, open_files, open_files_limit methods.\nwait method now returns Option<ExitStatus>."
Loading

Updated class diagram for sysinfo::System

classDiagram
  class System {
    +distribution_id_like()
    +kernel_long_version()
    +physical_core_count() associated function
    +refresh_all() removes dead processes
    +refresh_specifics() removes dead processes
  }
  note for System "Added distribution_id_like and kernel_long_version methods.\nTurned physical_core_count into an associated function.\nrefresh_all and refresh_specifics methods now remove dead processes."
Loading

File-Level Changes

Change Details Files
Updated the sysinfo crate dependency to version 0.34.0 in multiple Cargo.toml files.
  • Updated sysinfo from version 0.33.0 to 0.34.0.
memN0ps/arsenal-rs/rdi-rs/inject/Cargo.toml
memN0ps/arsenal-rs/shellcode_runner_classic-rs/Cargo.toml
memN0ps/eagle-rs/client/Cargo.toml
memN0ps/mimiRust/Cargo.toml
memN0ps/mmapper-rs/loader/Cargo.toml
memN0ps/mordor-rs/freshycalls_syswhispers/Cargo.toml
memN0ps/mordor-rs/hells_halos_tartarus_gate/Cargo.toml
memN0ps/pemadness-rs/pemadness/Cargo.toml
memN0ps/srdi-rs/generate_shellcode/Cargo.toml
memN0ps/srdi-rs/inject/Cargo.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from 5143d61 to a6a6178 Compare March 28, 2025 02:06
@sarvex sarvex merged commit 29066c9 into main Mar 30, 2025
1 of 6 checks passed
@renovate renovate bot deleted the renovate/sysinfo-0.x branch March 30, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant