From 888e6f64cdc598119cffacfa9bf8cc3bb53bc26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:41:17 +0400 Subject: [PATCH] chore(deps): bump arrayref from 0.3.7 to 0.3.8 (#4873) Bumps [arrayref](https://github.com/droundy/arrayref) from 0.3.7 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crypto/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98a70fbf680..ff967ae82cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -300,9 +300,9 @@ dependencies = [ [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" [[package]] name = "arrayvec" diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 0078911a815..ac1661a0670 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -76,7 +76,7 @@ rand_chacha = { version = "0.3.1", default-features = false } zeroize = { version = "1.8.1", default-features = false } -arrayref = { version = "0.3.7", default-features = false } +arrayref = { version = "0.3.8", default-features = false } aead = { version = "0.5.2", default-features = false, features = ["alloc"] } chacha20poly1305 = { version = "0.10.1", default-features = false }