瀏覽代碼

build(deps): bump bytemuck from 1.14.1 to 1.14.2 (#6231)

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.1 to 1.14.2.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.14.1...v1.14.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 年之前
父節點
當前提交
b27bc975f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -14,7 +14,7 @@ test-sbf = []
 
 [dependencies]
 arrayref = "0.3.7"
-bytemuck = "1.14.1"
+bytemuck = "1.14.2"
 num-derive = "0.4"
 num-traits = "0.2"
 num_enum = "0.7.2"