From 036c3d8a9dc67bccdc0b142a008f8a2569e3988f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:56:22 +0000 Subject: [PATCH] Bump arrayref from 0.3.6 to 0.3.8 Bumps [arrayref](https://github.com/droundy/arrayref) from 0.3.6 to 0.3.8. - [Commits](https://github.com/droundy/arrayref/commits) --- updated-dependencies: - dependency-name: arrayref dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- stable-swap-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3672c6..77abbc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,9 +224,9 @@ dependencies = [ [[package]] name = "arrayref" -version = "0.3.6" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" +checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" [[package]] name = "arrayvec" diff --git a/stable-swap-client/Cargo.toml b/stable-swap-client/Cargo.toml index 65399d1..5809c07 100644 --- a/stable-swap-client/Cargo.toml +++ b/stable-swap-client/Cargo.toml @@ -14,7 +14,7 @@ fuzz = ["arbitrary"] [dependencies] arbitrary = { version = "1.1.3", features = ["derive"], optional = true } -arrayref = "0.3.6" +arrayref = "0.3.8" num-derive = "0.3" num-traits = "0.2" solana-program = "^1.7"