feat: update cbor to add support for allocating extraction of arrays

This commit is contained in:
CJ van den Berg 2025-07-14 13:10:10 +02:00
parent b3176b32e6
commit 5398462364
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -5,8 +5,8 @@
.dependencies = .{
.cbor = .{
.url = "https://github.com/neurocyte/cbor/archive/1fccb83c70cd84e1dff57cc53f7db8fb99909a94.tar.gz",
.hash = "cbor-1.0.0-RcQE_HvqAACcrLH7t3IDZOshgY2xqJA_UX330MvwSepb",
.url = "https://github.com/neurocyte/cbor/archive/5ea4b7319146f29bb1aa9acf65982feaba9edc3d.tar.gz",
.hash = "cbor-1.0.0-RcQE_GDyAABovyRXoYFX8zD_NVOLGDc9l5g09-W-svMR",
},
.asio = .{
.url = "https://github.com/neurocyte/asio/archive/24d28864ec5aae6146d88a172288e3bf3f099734.tar.gz",