Skip to content

Commit f738dc2

Browse files
chore(deps): bump git2 from 0.20.4 to 0.21.0
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 c47a480 commit f738dc2

2 files changed

Lines changed: 6 additions & 43 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clap = { version = "4.6", features = ["derive"] }
2323
# integration is deferred until the Rust↔AffineScript bridge exists (ADR-006);
2424
# it will be re-added as a git/published dep (not a path dep) when that lands.
2525
reqwest = { version = "0.13", features = ["json"], optional = true }
26-
git2 = { version = "0.20", optional = true } # Git repo parsing
26+
git2 = { version = "0.21", optional = true } # Git repo parsing
2727
postgres = { version = "0.19", features = ["with-uuid-1"], optional = true }
2828
tch = { version = "0.24", optional = true } # PyTorch embeddings
2929

0 commit comments

Comments
 (0)