Skip to content

Commit

Permalink
Merge pull request #2195 from reubenmiller/fix-clap-version-requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller authored Aug 27, 2023
2 parents 4048039 + d80a5b9 commit 763509b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ c8y_log_manager = { path = "crates/extensions/c8y_log_manager" }
c8y_mapper_ext = { path = "crates/extensions/c8y_mapper_ext" }
camino = "1.1"
certificate = { path = "crates/common/certificate" }
clap = { version = "4.1", features = ["cargo", "derive"] }
clap = { version = "~4.2.0", features = ["cargo", "derive"] }
clock = { path = "crates/common/clock" }
collectd_ext = { path = "crates/extensions/collectd_ext" }
csv = "1.1"
Expand Down

1 comment on commit 763509b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
257 0 5 257 100 59m51.639s

Please sign in to comment.