chore(deps): bump sysinfo from 0.38.0 to 0.38.4#155
Merged
unclesp1d3r merged 1 commit intomainfrom Mar 17, 2026
Merged
Conversation
Contributor
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 CI must passWonderful, 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.
🟢 Do not merge outdated PRsWonderful, this rule succeeded.Make sure PRs are within 3 commits of the base branch before merging
|
Contributor
|
Documentation Updates 2 document(s) were updated by changes in this PR: contributingView 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 & RoadmapView 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? |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
🧪 CI InsightsHere's what we observed from your CI run for b10f580. 🟢 All jobs passed!But CI Insights is watching 👀 |
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>
b10f580 to
2272d04
Compare
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps sysinfo from 0.38.0 to 0.38.4.
Changelog
Sourced from sysinfo's changelog.
Commits
97c194dMerge pull request #1642 from GuillaumeGomez/update91b92f1Update crate version to0.38.48e8f76cUpdate CHANGELOG for0.38.49e6f37cMerge pull request #1641 from madsmtm/macos-no-pin-deps73d545cFix warnings introduced in new objc2-* versions5cc4bcbDon't pin objc2-* crates5d4c63bMerge pull request #1640 from patjakdev/patjakdev/fix-1639a8ee05cUse fragment size instead of block size for disk stats61257e4Merge pull request #1635 from GuillaumeGomez/update3cf4b65Update crate version to0.38.3Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)