Skip to content

Commit

Permalink
fix(deps): update rust crate git2 to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent bcebe13 commit e440b1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 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 conventional_commits_linter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4.20"
pretty_env_logger = "0.4.0"

# For reading Git commits.
git2 = { version = "0.17.2", default-features = false, features=[] }
git2 = { version = "0.19.0", default-features = false, features=[] }

# For enum from _str etc for CLI usage.
strum = "0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion conventional_commits_linter_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy_static = "1.4.0"
log = "0.4.20"

# For reading Git commits.
git2 = { version = "0.17.2", default-features = false, features=[] }
git2 = { version = "0.19.0", default-features = false, features=[] }

# For printing output as JSON.
serde = { version = "1.0.188", features = ["derive"] }
Expand Down

0 comments on commit e440b1e

Please sign in to comment.