From e5ca29f1de5d49bf0eb32c12a132ba04521367b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:07:16 +0000 Subject: [PATCH] build(deps): bump arrayref from 0.3.8 to 0.3.9 Bumps [arrayref](https://github.com/droundy/arrayref) from 0.3.8 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 488e4bcad0..fc31387f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -750,9 +750,9 @@ checksum = "9ad284aeb45c13f2fb4f084de4a420ebf447423bdf9386c0540ce33cb3ef4b8c" [[package]] name = "arrayref" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index c792c0dc4a..ae537a0088 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -175,7 +175,7 @@ ark-ec = "0.4.0" ark-ff = "0.4.0" ark-serialize = "0.4.0" array-bytes = "=1.4.1" -arrayref = "0.3.8" +arrayref = "0.3.9" arrayvec = "0.7.4" assert_cmd = "2.0" assert_matches = "1.5.0"