Research-Stack/4-Infrastructure/infra/embedded_surface/rs-surface
Devin AI 23068ae0c5 fix(infra): downgrade rs-surface deps to avoid edition 2024 requirement
postgres-protocol 0.6.11 pulled in sha2 0.11.0 and cpufeatures 0.3.0,
which require Rust edition 2024 (Rust 1.85+). nixpkgs-24.11 ships
Rust ~1.83, causing the Garnix CI build to fail.

Fix: downgrade tokio-postgres 0.7.17→0.7.13 and postgres-protocol
0.6.11→0.6.9, which use sha2 0.10 and cpufeatures 0.2 (edition 2021).
Verified: cargo build --release succeeds.

Co-Authored-By: Allaun Silverfox <bigdataiscoming+9i37y6j2@protonmail.com>
2026-06-15 01:36:08 +00:00
..
src WIP: accumulated changes 2026-05-25 16:24:21 -05:00
Cargo.lock fix(infra): downgrade rs-surface deps to avoid edition 2024 requirement 2026-06-15 01:36:08 +00:00
Cargo.toml WIP: accumulated changes 2026-05-25 16:24:21 -05:00