aya/test/integration-test
Tamir Duberstein d9e014c074
build(deps): update rand requirement in the cargo-crates group
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.

Updates `rand` to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  dependency-group: cargo-crates
...

Signed-off-by: dependabot[bot] <support@github.com>
..
bpf feat(aya): Add iterator program type
src build(deps): update rand requirement in the cargo-crates group
Cargo.toml build(deps): update rand requirement in the cargo-crates group
build.rs Use Result in integration-test's build script