Skip to content

chore(deps): bump sysinfo from 0.38.0 to 0.38.4#155

Merged
unclesp1d3r merged 1 commit intomainfrom
dependabot/cargo/sysinfo-0.38.4
Mar 17, 2026
Merged

chore(deps): bump sysinfo from 0.38.0 to 0.38.4#155
unclesp1d3r merged 1 commit intomainfrom
dependabot/cargo/sysinfo-0.38.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps sysinfo from 0.38.0 to 0.38.4.

Changelog

Sourced from sysinfo's changelog.

0.38.4

  • macOS: Unpin objc2-* crates version.
  • Linux: Fix computation of disk size.

0.38.3

  • macOS: Improve accuracy of System::available_memory and System::used_memory.
  • Documentation: add missing unit for CPU::frequency returned value.

0.38.2

  • Implement Error trait for MacAddrFromStrError, IpNetworkFromStrError and KillError types.

0.38.1

  • macOS: Put back support for versions below macOS 12.
Commits
  • 97c194d Merge pull request #1642 from GuillaumeGomez/update
  • 91b92f1 Update crate version to 0.38.4
  • 8e8f76c Update CHANGELOG for 0.38.4
  • 9e6f37c Merge pull request #1641 from madsmtm/macos-no-pin-deps
  • 73d545c Fix warnings introduced in new objc2-* versions
  • 5cc4bcb Don't pin objc2-* crates
  • 5d4c63b Merge pull request #1640 from patjakdev/patjakdev/fix-1639
  • a8ee05c Use fragment size instead of block size for disk stats
  • 61257e4 Merge pull request #1635 from GuillaumeGomez/update
  • 3cf4b65 Update crate version to 0.38.3
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 16, 2026
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 16, 2026
@mergify
Copy link
Contributor

mergify bot commented Mar 16, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 CI must pass

Wonderful, this rule succeeded.

All CI checks must pass. Release-plz PRs are exempt because they only bump versions and changelogs (code was already tested on main), and GITHUB_TOKEN-triggered force-pushes suppress CI.

  • check-success = coverage
  • check-success = quality
  • check-success = test
  • check-success = test-cross-platform (macos-15, macOS)
  • check-success = test-cross-platform (ubuntu-22.04, Linux)
  • check-success = test-cross-platform (windows-2022, Windows)

🟢 Do not merge outdated PRs

Wonderful, this rule succeeded.

Make sure PRs are within 3 commits of the base branch before merging

  • #commits-behind <= 3

@dosubot
Copy link
Contributor

dosubot bot commented Mar 16, 2026

Documentation Updates

2 document(s) were updated by changes in this PR:

contributing
View Changes
@@ -96,7 +96,7 @@
 clap = { version = "4.6.0", features = ["derive", "completion"] }
 serde = { version = "1.0", features = ["derive"] }
 sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite"] }
-sysinfo = "0.30"
+sysinfo = "0.38.4"
 tracing = "0.1"
 thiserror = "1.0"
 anyhow = "1.0"
Technical Deep-Dive: Architecture, Internals & Roadmap
View Changes
@@ -74,7 +74,7 @@
 | Serialization | Serde, Postcard, Prost (protobuf) | 1.0.228 / 1.1.3 / 0.14.3 |
 | Database | redb (pure Rust embedded) | 3.1.0 |
 | CLI | clap (derive) | 4.6.0 |
-| Process Enumeration | sysinfo | 0.38.0 |
+| Process Enumeration | sysinfo | 0.38.4 |
 | Detection Engine | sqlparser | 0.60.0 |
 | IPC Transport | interprocess (Unix sockets / named pipes) | 2.2.3 |
 | Crypto (Hashing) | BLAKE3, SHA2 | 1.8.3 / 0.10.9 |

How did I do? Any feedback?

mergify[bot]
mergify bot previously approved these changes Mar 16, 2026
Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

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

Automatically approved by Mergify

@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@mergify
Copy link
Contributor

mergify bot commented Mar 16, 2026

🧪 CI Insights

Here's what we observed from your CI run for b10f580.

🟢 All jobs passed!

But CI Insights is watching 👀

@unclesp1d3r
Copy link
Member

@dependabot recreate

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.38.0 to 0.38.4.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.38.0...v0.38.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sysinfo-0.38.4 branch from b10f580 to 2272d04 Compare March 17, 2026 04:24
@unclesp1d3r unclesp1d3r enabled auto-merge (squash) March 17, 2026 04:28
Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

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

Automatically approved by Mergify

@unclesp1d3r unclesp1d3r merged commit 4adb1e2 into main Mar 17, 2026
12 checks passed
@unclesp1d3r unclesp1d3r deleted the dependabot/cargo/sysinfo-0.38.4 branch March 17, 2026 04:48
mergify bot pushed a commit that referenced this pull request Mar 17, 2026
Update documentation for
#155

Add a complete contributing guide covering setup, development
environment, code standards, testing requirements, PR process, and
community guidelines. This guide provides contributors with detailed
instructions on Rust coding standards, GPG commit signing, workspace
configuration, documentation practices, and the complete development
workflow for DaemonEye.

_Generated by [Dosu](https://dosu.dev)_

Co-authored-by: dosubot[bot] <131922026+dosubot[bot]@users.noreply.github.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 size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant