aya/xtask/public-api
Dave Tucker 3d57d358e4 fix(aya): Fix PerfEventArray resize logic
There was a logic bug in the previously merged patch where we
set the correctly calculated max_entries size with the original.

To fix this and prevent regressions a unit test was added.
This highlighted that the original map definition needs to be
mutated in order for the max_entries change to be properly applied.

As such, this resize logic moved out of aya::sys into aya::maps

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
..
aya-ebpf-bindings.txt build(deps): update public-api requirement in the cargo-crates group
aya-ebpf-cty.txt chore: Bless public API changes
aya-ebpf-macros.txt chore: Bless public API changes
aya-ebpf.txt fix(ebpf): Remove PerfEventArray::with_max_entries
aya-log-common.txt chore: Bless public API
aya-log-ebpf-macros.txt xtask: Add cargo-public-api
aya-log-ebpf.txt xtask: Add cargo-public-api
aya-log-parser.txt public-api: regenerate
aya-log.txt chore(aya-log): bless API
aya-obj.txt [codegen] Update libbpf to 686f600bca59e107af4040d0838ca2b02c14ff50
aya.txt fix(aya): Fix PerfEventArray resize logic