* `db_connection` from 2.6.0 to 2.7.0
* `expo` from 0.5.2 to 1.1.0
* `file_system` from 1.0.0 to 1.0.1
* `hpax` from 0.2.0 to 1.0.0
* `mime` from 2.0.5 to 2.0.6
* `plug` from 1.16.0 to 1.16.1
* `req` from 0.5.1 to 0.5.7
* `rustler_precompiled` from 0.7.1 to 0.8.2
* `tokenizers` from 0.5.0 to 0.5.1
* `websock_adapter` from 0.5.6 to 0.5.7
Removed dependency:
* `nimble_ownership`
* `axon` from commit 8cee5a98a1c4129ec6edb199319ea7a652a84690 to 0.7.0
* `bumblebee` from commit 6cf6839c651d75c2d5520a152dd599e400f70b16 to 94fa47a868fb9d7b43334c5de72abb359ddd9606
* `exla` from 0.7.2 to 0.9.1
* `nx` from 0.7.2 to 0.9.1
* `unzip` from 0.10.0 to 0.12.0
* `xla` from 0.6.0 to 0.8.0
* `castore` from 1.0.7 to 1.0.9
* `ecto` from 3.11.2 to 3.12.4
* `ecto_sql` from 3.11.3 to 3.12.1
* `esbuild` from 0.8.1 to 0.8.2
* `finch` from 0.18.0 to 0.19.0
* `flame` from 0.2.0 to 0.5.1
* `floki` from 0.36.2 to 0.36.3
* `gettext` from 0.24.0 to 0.26.1
* `heroicons` from 0.5.5 to 0.5.6
* `jason` from 1.4.1 to 1.4.4
* `libcluster` from 3.3.3 to 3.4.1
* `mint` from 1.6.1 to 1.6.2
* `phoenix_ecto` from 4.6.1 to 4.6.3
* `phoenix_live_dashboard` from 0.8.3 to 0.8.4
* `plug_cowboy` from 2.7.1 to 2.7.2
* `postgrex` from 0.18.0 to 0.19.2
* `req` from 0.5.0 to 0.5.1
* `swoosh` from 1.16.9 to 1.17.2
* `tailwind` from 0.2.3 to 0.2.4
* `telemetry` from 1.2.1 to 1.3.0
On version 0.5.0, each outline style (`outline`, `solid`, `mini`,
`micro`) is defined by individual attributes.
So, the `icon` component uses these new attributes in the
place of `Heroicons.Solid` and `Heroicons.Outline`.
On [`phoenix_html` version 4.0.0][0], deprecated functionality was
removed and all `HTML` helpers were moved to `phoenix_html_helpers`.
To keep everything the same, we add the `phoenix_html_helpers` package,
and update the `html_helpers/0` method.
[0]: https://hexdocs.pm/phoenix_html/changelog.html#v4-0-0-2023-12-19
Bump runtimes:
* `erlang` from 24.0.1 to 26.2.5
* `elixir` from 1.14.0 to 1.16.3
Also, use the current stable `debian` release (`bookworm`).
Finally, set local version for `erlang`/`elixir`, with `.tool-versions`.