summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-05 16:43:45 +0000
committerGitHub <noreply@github.com>2021-01-05 16:43:45 +0000
commit9aa725f663b8992d0161a758085628a5cfafcf07 (patch)
tree1ae9a3cfe6f0c9863f496ac944704da84a97f402
parent3c59a7689611923d3533c88af9d1854667e39ebc (diff)
Bump const_fn from 0.4.4 to 0.4.5dependabot/cargo/const_fn-0.4.5
Bumps [const_fn](https://github.com/taiki-e/const_fn) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/taiki-e/const_fn/releases) - [Changelog](https://github.com/taiki-e/const_fn/blob/master/CHANGELOG.md) - [Commits](https://github.com/taiki-e/const_fn/compare/v0.4.4...v0.4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2d0c8ea..d1990e5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -163,9 +163,9 @@ dependencies = [
[[package]]
name = "const_fn"
-version = "0.4.4"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
+checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
[[package]]
name = "constant_time_eq"