Skip to content

Commit

Permalink
Update Clap
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy authored and rsdy committed May 24, 2021
1 parent 5e0e77f commit d972d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["command-line-interface", "config", "rust-patterns"]
keywords = ["abscissa", "cli", "application", "framework", "service"]

[dependencies]
clap = "3.0.0-beta.1"
clap = "3.0.0-beta.2"
handlebars = "3"
ident_case = "1"
serde = { version = "1", features = ["serde_derive"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ canonical-path = "2"
chrono = { version = "0.4", optional = true, features = ["serde"] }
color-eyre = { version = "0.5", optional = true, default-features = false }
fs-err = "2"
clap = { version = "3.0.0-beta.1", optional = true }
clap = { version = "3.0.0-beta.2", optional = true }
once_cell = "1.4"
regex = { version = "1", optional = true }
secrecy = { version = "0.7", optional = true, features = ["serde"] }
Expand Down

0 comments on commit d972d4d

Please sign in to comment.