Skip to content

Commit ed898dd

Browse files
Merge branch 'main' into dependabot/cargo/bots/panicbot/serde_json-1.0.150
2 parents 96efd91 + d96ea80 commit ed898dd

8 files changed

Lines changed: 48 additions & 60 deletions

File tree

bots/echidnabot/Cargo.lock

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

bots/echidnabot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ toml = "1.1"
4343
sqlx = { version = "0.8.1", features = ["runtime-tokio-rustls", "sqlite", "postgres", "uuid", "chrono"] }
4444

4545
# GitHub API
46-
octocrab = "0.50"
46+
octocrab = "0.51"
4747

4848
# HTTP client (for ECHIDNA communication)
4949
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }

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.

bots/seambot/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: 19 additions & 7 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)