Skip to content

Commit

Permalink
Bump argh from 0.1.10 to 0.1.12 (#126)
Browse files Browse the repository at this point in the history
Bumps [argh](https://github.com/google/argh) from 0.1.10 to 0.1.12.
- [Release notes](https://github.com/google/argh/releases)
- [Commits](google/argh@0.1.10...0.1.12)

---
updated-dependencies:
- dependency-name: argh
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 11, 2023
1 parent 05efa28 commit 0318778
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 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 @@ -21,7 +21,7 @@ url = { version = "2.4.0", features = [ "serde" ] }

# Optional
anyhow = { version = "1.0.72", optional = true }
argh = { version = "0.1.10", optional = true }
argh = { version = "0.1.12", optional = true }
dirs-next = { version = "2.0.0", optional = true }
toml = { version = "0.7.3", optional = true }

Expand Down

0 comments on commit 0318778

Please sign in to comment.