ECC/ecc2/src
dependabot[bot] fec84fcf19
chore(deps): bump rusqlite from 0.32.1 to 0.40.1 in /ecc2 (#2211)
* chore(deps): bump rusqlite from 0.32.1 to 0.40.1 in /ecc2

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 to 0.40.1.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.32.1...v0.40.1)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-version: 0.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(ecc2): cast u64 columns at sqlite boundary for rusqlite 0.40

rusqlite 0.40 removed the u64 ToSql/FromSql impls (SQLite stores
INTEGER as i64). Cast token counts, durations, counts, and paging
values to/from i64 at each bind/read site in session/store.rs.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Affaan Mustafa <me@affaanmustafa.com>
2026-06-11 01:41:43 -04:00
..
comms feat: add ecc2 remote dispatch intake 2026-04-10 09:21:30 -07:00
config feat: add ecc2 computer use remote dispatch 2026-04-10 09:40:01 -07:00
observability feat: group ecc2 sessions by project and task 2026-04-09 19:54:28 -07:00
session chore(deps): bump rusqlite from 0.32.1 to 0.40.1 in /ecc2 (#2211) 2026-06-11 01:41:43 -04:00
tui chore: pin rust toolchain to 1.96 for edition2024 deps (#2228) 2026-06-11 00:56:55 -04:00
worktree chore(deps): bump sha2 from 0.10.9 to 0.11.0 in /ecc2 (#2208) 2026-06-11 01:16:07 -04:00
main.rs stabilize ecc2 cwd-mutating tests 2026-05-15 14:14:24 -04:00
notifications.rs fix(ecc2): port webhook sender to ureq 3 Agent API (#2231) 2026-06-11 01:26:59 -04:00