From 9b4e11e88fa4b4bbd495613032897fa97d1c1efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:26:54 +0000 Subject: [PATCH] build(deps): bump arrayvec from 0.7.4 to 0.7.6 Bumps [arrayvec](https://github.com/bluss/arrayvec) from 0.7.4 to 0.7.6. - [Release notes](https://github.com/bluss/arrayvec/releases) - [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/arrayvec/compare/0.7.4...0.7.6) --- updated-dependencies: - dependency-name: arrayvec 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..44221b866c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,9 +756,9 @@ checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" [[package]] name = "arrayvec" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "ascii" diff --git a/Cargo.toml b/Cargo.toml index c792c0dc4a..48570e42b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -176,7 +176,7 @@ ark-ff = "0.4.0" ark-serialize = "0.4.0" array-bytes = "=1.4.1" arrayref = "0.3.8" -arrayvec = "0.7.4" +arrayvec = "0.7.6" assert_cmd = "2.0" assert_matches = "1.5.0" async-channel = "1.9.0"