Skip to content

Commit 24bf1bb

Browse files
Merge branch 'main' into dependabot/cargo/bots/echidnabot/toml-1.1.2spec-1.1.0
2 parents f131472 + a9fffc9 commit 24bf1bb

4 files changed

Lines changed: 34 additions & 46 deletions

File tree

bots/echidnabot/Cargo.lock

Lines changed: 4 additions & 15 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
@@ -27,7 +27,7 @@ tokio = { version = "1", features = ["full"] }
2727

2828
# HTTP framework
2929
axum = { version = "0.8", features = ["macros"] }
30-
tower = "0.4"
30+
tower = "0.5"
3131
tower-http = { version = "0.6", features = ["cors", "trace", "request-id"] }
3232

3333
# GraphQL

bots/finishingbot/Cargo.lock

Lines changed: 28 additions & 29 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
@@ -45,7 +45,7 @@ thiserror = "2"
4545
anyhow = "1"
4646

4747
# Hash verification
48-
sha2 = "0.10"
48+
sha2 = "0.11"
4949
hex = "0.4"
5050

5151
# Markdown parsing (for claim verification)

0 commit comments

Comments
 (0)