From 74db5097c4912a44242624b1d5c258d0db09c6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:41:08 +0000 Subject: [PATCH] Bump arrayref from 0.3.7 to 0.3.9 Bumps [arrayref](https://github.com/droundy/arrayref) from 0.3.7 to 0.3.9. - [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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edfdfa3e7c764b..a48115da51880e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,9 +277,9 @@ checksum = "9ad284aeb45c13f2fb4f084de4a420ebf447423bdf9386c0540ce33cb3ef4b8c" [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index c51585c9fe01c7..8d01dd89eff451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ ark-ec = "0.4.0" ark-ff = "0.4.0" ark-serialize = "0.4.0" array-bytes = "=1.4.1" -arrayref = "0.3.7" +arrayref = "0.3.9" assert_cmd = "2.0" assert_matches = "1.5.0" async-channel = "1.8.0"