From df516c4f77730cd116b62d022604d3c7981539a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 06:25:07 +0000 Subject: [PATCH] Bump const_fn from 0.4.3 to 0.4.9 Bumps [const_fn](https://github.com/taiki-e/const_fn) from 0.4.3 to 0.4.9. - [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.9) --- updated-dependencies: - dependency-name: const_fn dependency-type: indirect update-type: version-update:semver-patch ... 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..ceee2c796a56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,9 +967,9 @@ dependencies = [ [[package]] name = "const_fn" -version = "0.4.3" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab" +checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" [[package]] name = "constant_time_eq"