From 858be32cfd52617c5ef9a6c6b8a46a3bd2ed46ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:33:09 +0000 Subject: [PATCH] Bump sized-chunks from 0.6.2 to 0.6.5 in /web_ui 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] --- web_ui/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web_ui/Cargo.lock b/web_ui/Cargo.lock index 9b3f81e..edf92fe 100644 --- a/web_ui/Cargo.lock +++ b/web_ui/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "anyhow" version = "1.0.32" @@ -688,9 +690,9 @@ checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" [[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",