brewlog/src/infrastructure
Jon Seager edffb1679d
chore: update dependencies (#15)
* build(deps): bump actions/cache from 4 to 5

Bump the actions-deps group.

* build(deps): bump cargo-deps group (anyhow, chrono, clap, uuid, tempfile)

- anyhow 1.0.101 → 1.0.102
- chrono 0.4.43 → 0.4.44
- clap 4.5.57 → 4.5.60
- uuid 1.20.0 → 1.21.0
- tempfile 3.24.0 → 3.25.0

* build(deps): bump sqlx from 0.7.4 to 0.8.6

* build(deps): bump rand from 0.8.5 to 0.9.2

Migrate API changes:
- Replace OsRng.fill_bytes() with rand::rng().fill_bytes()
- Replace rand::thread_rng() with rand::rng()

* build(deps): bump thiserror from 1.0.69 to 2.0.18
2026-03-05 11:03:55 +00:00
..
client feat: store bag finished_at as full datetime for correct timeline ordering 2026-02-24 21:38:39 +00:00
repositories feat: store bag finished_at as full datetime for correct timeline ordering 2026-02-24 21:38:39 +00:00
ai.rs fix: allow multiple origins for mixed roasts 2026-02-24 11:03:20 +00:00
auth.rs chore: update dependencies (#15) 2026-03-05 11:03:55 +00:00
backup.rs feat: store bag finished_at as full datetime for correct timeline ordering 2026-02-24 21:38:39 +00:00
database.rs fix(db): set pragmas per-connection and use single pool connection 2026-02-09 20:36:40 +00:00
foursquare.rs refactor: move NearbyCafe to domain layer to fix dependency violation 2026-02-13 16:20:20 +00:00
image_processing.rs fix: apply EXIF orientation to uploaded photos 2026-02-12 18:07:52 +00:00
mod.rs feat: add entity image support with display on detail pages 2026-02-10 17:50:13 +00:00
webauthn.rs feat: add WebAuthn Conditional UI for passkey autofill 2026-02-15 11:38:53 +00:00