Jacek Sieka 83eca6cf52
chore: bump *-serialization
Bumps for the serialization suite that's used for everything from
JSON-RPC through logging to loading configuration files.

Major highlights since the last bump:

* support for compile-time serialization / deserialization
* more strict serialization with requirements for explicit imports to
avoid some json-serialization footguns
* new, much more efficient buffering implementation that among other
things allows for buffer recycling and finally fixes many of the
buffering features
* support for allocation-free buffering of most types, ie when writing
an integer we avoid converting it to a string first (big performance
improvement for json in particular, but also for logging once it gets
bumped)
* fixes for JsonNode interop and large numbers
* beginning of
[docs](https://status-im.github.io/nim-json-serialization/)
2025-12-11 22:28:51 +01:00
..
2023-08-01 16:47:57 -07:00
2025-01-10 14:12:37 +00:00
2025-12-11 21:03:36 +00:00
2025-12-11 21:03:36 +00:00
2025-12-11 21:03:36 +00:00
2025-12-11 21:03:36 +00:00
2025-01-10 14:12:37 +00:00
2025-06-25 10:30:48 +00:00
2025-12-11 21:03:36 +00:00
2023-08-01 16:47:57 -07:00