Skip to content

Commit d760f90

Browse files
hyperpolymathclaude
andcommitted
fix(deps): bump jsonwebtoken to 10, git2 to 0.20, gix to 0.81 for security advisories
- seambot: jsonwebtoken 9 -> 10 (>= 10.3.0 required) - finishingbot: git2 0.19 -> 0.20 (>= 0.20.4 required) - rhodibot: gix 0.76 -> 0.81 (resolves gix-date < 0.12.0 advisory) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3eac77e commit d760f90

6 files changed

Lines changed: 136 additions & 142 deletions

File tree

bots/finishingbot/Cargo.lock

Lines changed: 4 additions & 4 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.19"
38+
git2 = "0.20"
3939

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

0 commit comments

Comments
 (0)