Skip to content

Commit b389158

Browse files
Merge branch 'main' into dependabot/cargo/rustls-webpki-0.103.13
2 parents 6aae105 + 7e01c57 commit b389158

2 files changed

Lines changed: 75 additions & 93 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ actix-web = "4.0" # REST API server
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
log = "0.4"
18-
env_logger = "0.10"
18+
env_logger = "0.11"
1919
clap = { version = "4.6", features = ["derive"] }
2020

2121
# Optional dependencies (feature-gated)
2222
# NOTE: the affinescript-runtime dependency is intentionally absent. AffineScript
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 }
28-
tch = { version = "0.13", optional = true } # PyTorch embeddings
28+
tch = { version = "0.24", optional = true } # PyTorch embeddings
2929

3030
[features]
3131
default = []

0 commit comments

Comments
 (0)