Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Bump clap from 4.1.14 to 4.2.4 in /src/agent
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.2.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.1.14...v4.2.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 27, 2023
1 parent c3b64cc commit 1c59a3e
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 41 deletions.
119 changes: 83 additions & 36 deletions src/agent/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 src/agent/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ pete = "0.10"
procfs = { version = "0.12", default-features = false, features = ["flate2"] }

[dev-dependencies]
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.2", features = ["derive"] }
env_logger = "0.10.0"
pretty_assertions = "1.3.0"
2 changes: 1 addition & 1 deletion src/agent/debuggable-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ symbolic = { version = "10.1", features = ["debuginfo", "demangle", "symcache"]
thiserror = "1.0"

[dev-dependencies]
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.2", features = ["derive"] }
2 changes: 1 addition & 1 deletion src/agent/dynamic-library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"

[dependencies]
anyhow = "1.0"
clap = { version = "4.1.6", features = ["derive"] }
clap = { version = "4.2.4", features = ["derive"] }
lazy_static = "1.4"
regex = "1.8"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ rstack = "0.3"
proc-maps = { version = "0.3", default-features = false }

[dev-dependencies]
clap = { version = "4.1.6", features = ["derive"] }
clap = { version = "4.2.4", features = ["derive"] }
pretty_assertions = "1.3.0"
2 changes: 1 addition & 1 deletion src/agent/srcview/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ serde = { version = "1", features = ["derive"] }
quick-xml = "0.28"
anyhow = "1.0"
env_logger = "0.10"
clap = { version = "4.1.6", features = ["derive"] }
clap = { version = "4.2.4", features = ["derive"] }

0 comments on commit 1c59a3e

Please sign in to comment.