Skip to content

Commit 73dddc5

Browse files
Merge branch 'main' into dependabot/cargo/criterion-0.8.2
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2 parents 7c6289d + 7e01c57 commit 73dddc5

2 files changed

Lines changed: 6 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 30 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)