Skip to content

Commit

Permalink
Merge pull request #51 from a-kenji/dependabot/cargo/anyhow-1.0.81
Browse files Browse the repository at this point in the history
build(deps): bump anyhow from 1.0.80 to 1.0.81
  • Loading branch information
a-kenji authored Mar 21, 2024
2 parents 65ab1a7 + 1066e1c commit 74caa57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -46,7 +46,7 @@ write = ["ropey"]
assets = ["clap_complete", "clap_complete_nushell", "roff", "clap_mangen"]

[dependencies]
anyhow = { version = "1.0.80", optional = true }
anyhow = { version = "1.0.81", optional = true }
clap = { version = "4.5.1", optional = true, features = ["derive"] }
diffy = { version = "0.3.0", optional = true }
directories = "5.0.1"
Expand Down

0 comments on commit 74caa57

Please sign in to comment.