chore(deps): bump clap from 4.5.60 to 4.6.0#156
Merged
mergify[bot] merged 4 commits intomainfrom Mar 16, 2026
Merged
Conversation
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 3 document(s) were updated by changes in this PR: contributingView Changes@@ -93,7 +93,7 @@
[workspace.dependencies]
tokio = { version = "1.0", features = ["full"] }
-clap = { version = "4.0", features = ["derive", "completion"] }
+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"Contributing to DaemonEyeView Changes@@ -100,7 +100,7 @@
[workspace.dependencies]
tokio = { version = "1.0", features = ["full"] }
-clap = { version = "4.0", features = ["derive", "completion"] }
+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"Technical Deep-Dive: Architecture, Internals & RoadmapView Changes@@ -12,7 +12,7 @@
| Async Runtime | Tokio 1.49.0 |
| Embedded Database | redb 3.1.0 |
| IPC | Protobuf (prost 0.14.3) over interprocess 2.2.3 |
-| CLI Framework | clap 4.5.56 (derive) |
+| CLI Framework | clap 4.6.0 (derive) |
<!-- §nt:0105d613-e4c0-4512-aa3f-4dfb21cf762d -->
DaemonEye is a lightweight, privacy-respecting endpoint security monitoring system designed for offline-first and air-gapped environments. It provides cross-platform process visibility for operators who need detection capability without enterprise EDR overhead or cloud dependency. The three-component architecture cleanly separates privileged process collection from user-space detection and alerting, enforcing strict privilege separation at every boundary.
@@ -73,7 +73,7 @@
| Async Runtime | Tokio | 1.49.0 |
| 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.5.56 |
+| CLI | clap (derive) | 4.6.0 |
| Process Enumeration | sysinfo | 0.38.0 |
| Detection Engine | sqlparser | 0.60.0 |
| IPC Transport | interprocess (Unix sockets / named pipes) | 2.2.3 | |
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 bd055cb. 🟢 All jobs passed!But CI Insights is watching 👀 |
mergify bot
pushed a commit
that referenced
this pull request
Mar 16, 2026
Update documentation for #156 Introduces a complete contributing guide covering project setup, development environment, code standards, testing requirements, PR process, and community guidelines. This document provides contributors with clear instructions for Rust standards, GPG commit signing, testing, documentation practices, and the pull request workflow to ensure consistent code quality and contribution standards across the project. _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 clap from 4.5.60 to 4.6.0.
Changelog
Sourced from clap's changelog.
Commits
9ab6deechore: Release374a30ddocs: Update changelogd0c8aabMerge pull request #6306 from epage/update686ce2fchore: Upgrade compatible8203238Merge pull request #6305 from epage/msrvc774a89docs: Reduce main's in doctests73534f6chore: Upgrade to 2025 editiondfe05a9chore: Bump MSRV to 1.858b41d0bchore: Release518220fdocs: Update changelogDependabot 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)