Skip to content

Commit

Permalink
chore(deps): Update Rust crate git2 to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent 44d9295 commit 9438be1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 crates/committed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ once_cell = "1.19.0"
git-conventional = "0.12"
unicase = "2.7.0"
anyhow = "1.0"
git2 = { version = "0.18", default-features = false }
git2 = { version = "0.19", default-features = false }
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 9438be1

Please sign in to comment.