summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-03 11:12:21 +0000
committerGitHub <noreply@github.com>2022-01-03 11:12:21 +0000
commiteb72cb8ff71d890b7322b9fe1c9be99273bf2daf (patch)
treebb1b4f890f3817e5929860c0e2803a90c7fc7982
parentd36533ad76d39377aa082c366139332286fb6ffb (diff)
Bump const_fn from 0.4.8 to 0.4.9dependabot/cargo/const_fn-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] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc5d287..309e875 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"