chore: bump up deps (sqlx 0.9)#9
Conversation
|
Warning Review limit reached
More reviews will be available in 23 minutes and 43 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (8)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
c8a9246 to
f418054
Compare
0dd1f45 to
7eb93f1
Compare
b2718e8 to
6bb147e
Compare
6bb147e to
1bca65b
Compare
5edb8fc to
1bca65b
Compare
Merge activity
|
1bca65b to
bfb4203
Compare
bfb4203 to
c151c42
Compare

Motivation
Keep the crate current with upstream and let consumers (liquidity, issuance)
converge on a single sqlx version once they depend on event-sorcery. Closes
RAI-864.
Solution
Bumps workspace dependencies;
sqlx0.8.6 -> 0.9.0 is the only breaking bump,the rest move within semver via
cargo update(chrono0.4.45,serde_json1.0.150, and transitive deps).
runtime-tokio-rustlsintoruntime-tokio+tls-rustls, sothe feature set is updated in every manifest.
SqlSafeStr.SqlQueryFactoryandprojection queries are built at runtime, so each
sqlx::query*over anon-
'staticstring is wrapped inAssertSqlSafe(audited — every input is aninternal table/column name, never user data).
to stay compatible with the
event-sorcerypath dependency.cargo nextest run --workspace,cargo clippy --workspace --all-targets --all-features,cargo fmt --check, and the per-example checks.