Skip to content

Commit 668e925

Browse files
Merge branch 'main' into dependabot/cargo/robot-repo-automaton/tower-http-0.7.0
2 parents 54c964a + 017d06b commit 668e925

4 files changed

Lines changed: 26 additions & 6 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ name: CodeQL Security Analysis
44
on:
55
push:
66
branches: [main, master]
7+
# No `branches:` filter — a required check whose workflow is branch-gated is
8+
# never created on a non-matching base and blocks merge forever at
9+
# "Expected — Waiting for status to be reported" (cf. affinescript#645).
710
pull_request:
8-
branches: [main, master]
911
schedule:
1012
- cron: '0 6 1 * *'
1113

.github/workflows/hypatia-scan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ name: Hypatia Security Scan
77
on:
88
push:
99
branches: [main, master, develop]
10+
# No `branches:` filter — a required check whose workflow is branch-gated is
11+
# never created on a non-matching base and blocks merge forever at
12+
# "Expected — Waiting for status to be reported" (cf. affinescript#645).
1013
pull_request:
11-
branches: [main, master]
1214
schedule:
1315
- cron: '0 0 * * 0'
1416
workflow_dispatch:

bots/rhodibot/Cargo.lock

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

bots/rhodibot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tokio = { version = "1.52.3", features = ["full"] }
2020
# Web framework
2121
axum = "0.8.9"
2222
tower = "0.5.3"
23-
tower-http = { version = "0.6.11", features = ["trace", "cors"] }
23+
tower-http = { version = "0.7.0", features = ["trace", "cors"] }
2424

2525
# HTTP client
2626
reqwest = { version = "0.12.28", features = ["json", "rustls-tls"], default-features = false }

0 commit comments

Comments
 (0)