Skip to content

Commit

Permalink
Merge pull request #30 from rollingrhinoremix/dependabot/cargo/clap-3…
Browse files Browse the repository at this point in the history
….2.13

build(deps): bump clap from 3.1.18 to 3.2.13
  • Loading branch information
wizard-28 authored Jul 20, 2022
2 parents 15f575a + f83cca5 commit 78cfeb8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ build = "build.rs"

[dependencies]
anyhow = "1.0.58"
clap = { version = "~3.1.18", features = ["derive"] }
clap = { version = "~3.2.13", features = ["derive"] }
indoc = "1.0.6"

[build-dependencies]
clap = { version = "~3.1.18", features = ["derive"] }
clap = { version = "~3.2.13", features = ["derive"] }
clap_complete = "3.2.0"
clap_mangen = "0.1.6"

Expand Down

0 comments on commit 78cfeb8

Please sign in to comment.