Commit 768aef8
build(deps): bump sqlx 0.9, windows-sys 0.61, and 3 GitHub Actions (#18)
Bundles the open Dependabot PRs into one change:
- sqlx 0.8.6 -> 0.9.0 (#8): wrap the dynamic table_row_count query string
in sqlx::AssertSqlSafe to satisfy 0.9's SqlSafeStr requirement (the name
is allow-listed from KNOWN_STATE_TABLES, no caller substring), and
regenerate the .sqlx offline cache (0.9 records a new per-column origin
field).
- windows-sys 0.59 -> 0.61.2 (#10): FILE_RENAME_INFO.ReplaceIfExists is
now a Rust bool, so set it to true instead of 1.
- googleapis/release-please-action v4 -> v5 (#2)
- softprops/action-gh-release v2 -> v3 (#3)
- cloudflare/wrangler-action v3 -> v4 (#5)
Verified locally on Windows: cargo fmt --check, clippy --all-targets
-D warnings, SQLX_OFFLINE cargo check --all-targets, and driven-core
tests all pass.
Claude-Session: https://claude.ai/code/session_0137BoWLRRPzC9XqA14KHyFU
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3d30ea3 commit 768aef8
41 files changed
Lines changed: 1095 additions & 477 deletions
File tree
- .github/workflows
- .sqlx
- crates/driven-core
- src/state
- src-tauri
- src/commands
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 63 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 77 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments