From 26dc32b09c7799684f397e62c2ccd9b3c9fe1f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 06:50:50 +0000 Subject: [PATCH] Bump const_fn from 0.4.3 to 0.4.7 Bumps [const_fn](https://github.com/taiki-e/const_fn) from 0.4.3 to 0.4.7. - [Release notes](https://github.com/taiki-e/const_fn/releases) - [Changelog](https://github.com/taiki-e/const_fn/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/const_fn/compare/v0.4.3...v0.4.7) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9363eb707d3c..54fef781904b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,9 +967,9 @@ dependencies = [ [[package]] name = "const_fn" -version = "0.4.3" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab" +checksum = "402da840495de3f976eaefc3485b7f5eb5b0bf9761f9a47be27fe975b3b8c2ec" [[package]] name = "constant_time_eq"