Skip to content

chore(deps): bump clap from 4.5.60 to 4.6.0#156

Merged
mergify[bot] merged 4 commits intomainfrom
dependabot/cargo/clap-4.6.0
Mar 16, 2026
Merged

chore(deps): bump clap from 4.5.60 to 4.6.0#156
mergify[bot] merged 4 commits intomainfrom
dependabot/cargo/clap-4.6.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps clap from 4.5.60 to 4.6.0.

Changelog

Sourced from clap's changelog.

[4.6.0] - 2026-03-12

Compatibility

  • Update MSRV to 1.85

[4.5.61] - 2026-03-12

Internal

  • Update dependencies
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 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 [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>
@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

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

contributing
View 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 DaemonEye
View 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 & Roadmap
View 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 |

How did I do? Any feedback?  Join Discord

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 mergify bot merged commit c70825e into main Mar 16, 2026
15 checks passed
@mergify mergify bot deleted the dependabot/cargo/clap-4.6.0 branch March 16, 2026 11:29
@mergify
Copy link
Contributor

mergify bot commented Mar 16, 2026

🧪 CI Insights

Here'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>
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.

0 participants