Skip to content

Commit 889a237

Browse files
haasonsaasclaude
andcommitted
chore(deps): bump jsonwebtoken 9->10, git2 0.19->0.20
Major version bumps with no breaking API changes for our usage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9377e5d commit 889a237

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2323
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
2424
async-trait = "0.1"
2525
similar = "2.4"
26-
git2 = { version = "0.19", default-features = false }
26+
git2 = { version = "0.20", default-features = false }
2727
once_cell = "1.19"
2828
regex = "1.10"
2929
dirs = "5.0"
@@ -39,7 +39,7 @@ uuid = { version = "1", features = ["v4"] }
3939
mime_guess = "2"
4040
hmac = "0.12"
4141
sha2 = "0.10"
42-
jsonwebtoken = "9"
42+
jsonwebtoken = "10"
4343
base64 = "0.22"
4444
futures = "0.3"
4545
opentelemetry = { version = "0.27", features = ["trace"], optional = true }

0 commit comments

Comments
 (0)