From bcbed37faba7f5a67303027d1cd765b52e96ff8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 22:21:59 +0000 Subject: [PATCH] build(deps): bump bytemuck from 1.5.1 to 1.7.0 (#2025) Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.5.1 to 1.7.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.5.1...v1.7.0) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- token-lending/program/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea7360d2..b2786629 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,9 +320,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.5.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58" +checksum = "9966d2ab714d0f785dbac0a0396251a35280aeb42413281617d0209ab4898435" [[package]] name = "byteorder" diff --git a/token-lending/program/Cargo.toml b/token-lending/program/Cargo.toml index 557afe8c..1c88064f 100644 --- a/token-lending/program/Cargo.toml +++ b/token-lending/program/Cargo.toml @@ -13,7 +13,7 @@ test-bpf = [] [dependencies] arrayref = "0.3.6" -bytemuck = "1.5.1" +bytemuck = "1.7.0" num-derive = "0.3" num-traits = "0.2" solana-program = "1.7.4"