Skip to content

Commit fb9dff8

Browse files
chore(deps): bump git2 from 0.20.4 to 0.21.0 in /robot-repo-automaton
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.4 to 0.21.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.4...git2-0.21.0) --- updated-dependencies: - dependency-name: git2 dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d35727 commit fb9dff8

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

robot-repo-automaton/Cargo.lock

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

robot-repo-automaton/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ toml = "1.1"
4646

4747
# Git operations
4848
# Using vendored-openssl to avoid system OpenSSL dependency (libssl-dev)
49-
git2 = { version = "0.20", features = ["vendored-openssl"], default-features = false }
49+
git2 = { version = "0.21", features = ["vendored-openssl"], default-features = false }
5050
gix = { version = "0.83", features = ["blocking-http-transport-reqwest-rust-tls"] }
5151

5252
# S-expression parsing (for ERROR-CATALOG.scm)

0 commit comments

Comments
 (0)