From 58326895f0740f31e80ac8d3f63fc9796bb6617f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:30:17 +0000 Subject: [PATCH] chore(deps): bump sized-chunks from 0.6.2 to 0.6.5 Bumps [sized-chunks](https://github.com/bodil/sized-chunks) from 0.6.2 to 0.6.5. - [Release notes](https://github.com/bodil/sized-chunks/releases) - [Changelog](https://github.com/bodil/sized-chunks/blob/master/CHANGELOG.md) - [Commits](https://github.com/bodil/sized-chunks/compare/v0.6.2...v0.6.5) --- updated-dependencies: - dependency-name: sized-chunks dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d268bee..e4f60e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ab_glyph" version = "0.2.6" @@ -7994,9 +7996,9 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" [[package]] name = "sized-chunks" -version = "0.6.2" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f" +checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" dependencies = [ "bitmaps", "typenum",