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 5, 2024
1 parent 3a7ffa8 commit 4bb5aad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
18 changes: 6 additions & 12 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_next_version/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.5.0"

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

# For Semantic Versioning parsing.
semver = "1.0.20"
Expand Down
2 changes: 1 addition & 1 deletion conventional_commits_next_version_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 Semantic Versioning parsing.
semver = "1.0.20"
Expand Down

0 comments on commit 4bb5aad

Please sign in to comment.