Browse Source

build(deps): bump bytemuck from 1.13.0 to 1.13.1 (#4272)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 years ago
parent
commit
e473f8c284
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -14,7 +14,7 @@ test-sbf = []
 
 [dependencies]
 arrayref = "0.3.7"
-bytemuck = "1.13.0"
+bytemuck = "1.13.1"
 num-derive = "0.3"
 num-traits = "0.2"
 num_enum = "0.6.1"