Skip to content

Commit 4a89b65

Browse files
Merge branch 'main' into dependabot/cargo/bots/seambot/serde_json-1.0.150
2 parents 7bedc73 + 6ab946e commit 4a89b65

5 files changed

Lines changed: 37 additions & 49 deletions

File tree

bots/finishingbot/Cargo.lock

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

bots/finishingbot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
3535
tracing-appender = "0.2"
3636

3737
# Git operations
38-
git2 = "0.20"
38+
git2 = "0.21"
3939

4040
# HTTP client (for license verification)
4141
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }

bots/rhodibot/Cargo.lock

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

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)