From eb72cb8ff71d890b7322b9fe1c9be99273bf2daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 11:12:21 +0000 Subject: [PATCH] Bump const_fn from 0.4.8 to 0.4.9 Bumps [const_fn](https://github.com/taiki-e/const_fn) from 0.4.8 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.8...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 cc5d287b..309e8750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "const_fn" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7" +checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" [[package]] name = "crossbeam-channel"