Skip to content

Commit

Permalink
Merge pull request #23 from a-kenji/dependabot/cargo/anyhow-1.0.76
Browse files Browse the repository at this point in the history
chore(deps): bump anyhow from 1.0.75 to 1.0.76
  • Loading branch information
a-kenji authored Dec 25, 2023
2 parents 23128c2 + 50b5d66 commit 2a1124c
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 @@ -37,7 +37,7 @@ application = ["clap", "clap_complete", "clap_mangen", "write", "anyhow", "diffy
write = ["ropey"]

[dependencies]
anyhow = { version = "1.0.75", optional = true }
anyhow = { version = "1.0.76", optional = true }
clap = { version = "4.4.10", optional = true, features = ["derive"] }
diffy = { version = "0.3.0", optional = true}
# nix-uri = { version = "0.1.4", git = "https://github.com/a-kenji/nix-uri" }
Expand Down

0 comments on commit 2a1124c

Please sign in to comment.