Skip to content

Commit

Permalink
Merge pull request #97 from volllly/renovate/clap-3.x
Browse files Browse the repository at this point in the history
Update Rust crate clap to 3.2.22
  • Loading branch information
volllly authored Sep 16, 2022
2 parents 2ef71c1 + 00b4454 commit bdef78b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -19,7 +19,7 @@ toml = ["serde_toml", "figment/toml"]
json = ["serde_json", "figment/json"]

[dependencies]
clap = { version = "3.2.21", features = ["derive"] }
clap = { version = "3.2.22", features = ["derive"] }
serde_yaml = { version = "0.9.13", optional = true }
serde_toml = { package = "toml", version = "0.5.9", optional = true }
serde_json = { version = "1.0.85", optional = true }
Expand Down

0 comments on commit bdef78b

Please sign in to comment.