Skip to content

Commit

Permalink
Bump clap from 4.3.19 to 4.4.13
Browse files Browse the repository at this point in the history
Bumps [clap](/~https://github.com/clap-rs/clap) from 4.3.19 to 4.4.13.
- [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.3.19...v4.4.13)

---
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 Jan 8, 2024
1 parent 530fb5c commit ef15eac
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 40 deletions.
141 changes: 102 additions & 39 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"

[dependencies]
adf_bdd = { version="0.3.1", path="../lib", default-features = false }
clap = {version = "4.3.0", features = [ "derive", "cargo", "env" ]}
clap = {version = "4.4.13", features = [ "derive", "cargo", "env" ]}
log = { version = "0.4", features = [ "max_level_trace", "release_max_level_info" ] }
serde = { version = "1.0", features = ["derive","rc"] }
serde_json = "1.0"
Expand Down

0 comments on commit ef15eac

Please sign in to comment.