solana/programs/bpf
dependabot[bot] cd4340ed06
chore: bump bytemuck from 1.10.0 to 1.11.0 (#26792)
* chore: bump bytemuck from 1.10.0 to 1.11.0

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/Lokathor/bytemuck/releases)
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
2022-07-26 20:50:30 -06:00
..
benches Cap the number of accounts passed to a bpf program ix (#26630) 2022-07-20 14:12:43 +02:00
c Loosen CPI restrictions and charge compute for ix data len (#26653) 2022-07-24 20:20:16 +02:00
rust Bump Version to 1.11.5 (#26758) 2022-07-25 13:05:14 -06:00
tests Add feature gate to use default units per instruction for fee calculation (#26786) 2022-07-26 19:39:24 +00:00
.gitignore
Cargo.lock chore: bump bytemuck from 1.10.0 to 1.11.0 (#26792) 2022-07-26 20:50:30 -06:00
Cargo.toml Bump Version to 1.11.5 (#26758) 2022-07-25 13:05:14 -06:00
build.rs