Explorar el Código

build(deps): bump bytemuck from 1.17.1 to 1.18.0 (#7244)

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.17.1 to 1.18.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.17.1...v1.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] hace 1 año
padre
commit
91940fe2d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -14,7 +14,7 @@ test-sbf = []
 
 [dependencies]
 arrayref = "0.3.8"
-bytemuck = "1.17.1"
+bytemuck = "1.18.0"
 num-derive = "0.4"
 num-traits = "0.2"
 num_enum = "0.7.3"