From dbb35ad12825ec0a7b0b6a1d1d03f26be3b24c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:20:10 +0800 Subject: [PATCH] Bump array-bytes from 6.1.0 to 6.2.0 (#134) Bumps [array-bytes](https://github.com/hack-ink/array-bytes) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/hack-ink/array-bytes/releases) - [Changelog](https://github.com/hack-ink/array-bytes/blob/main/CHANGELOG) - [Commits](https://github.com/hack-ink/array-bytes/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: array-bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80e9a45..bd0c788 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,9 +201,9 @@ checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" [[package]] name = "array-bytes" -version = "6.1.0" +version = "6.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd" +checksum = "de17a919934ad8c5cc99a1a74de4e2dab95d6121a8f27f94755ff525b630382c" [[package]] name = "arrayref" @@ -3513,7 +3513,7 @@ version = "0.2.0" dependencies = [ "anyhow", "app_dirs2", - "array-bytes 6.1.0", + "array-bytes 6.2.0", "clap", "color-eyre", "futures", @@ -3800,7 +3800,7 @@ version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0de478e02efd547693b33ad02515e09933d5b69b7f3036fa890b92e50fd9dfc" dependencies = [ - "array-bytes 6.1.0", + "array-bytes 6.2.0", "bitflags 1.3.2", "blake2", "bounded-collections", diff --git a/Cargo.toml b/Cargo.toml index 8f174fb..b3362d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ vergen = { version = "8.2", features = ["build", "cargo", "git", "gitcl"] } # crates.io anyhow = { version = "1.0" } app_dirs2 = { version = "2.5" } -array-bytes = { version = "6.1" } +array-bytes = { version = "6.2" } clap = { version = "4.4", features = ["derive"] } color-eyre = { version = "0.6" } futures = { version = "0.3" }