From 58f5f60f7d3773e743dce7f319a2f864741c0827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:47:59 +0000 Subject: [PATCH] deps: update fiat-crypto requirement from 0.1.11 to 0.2.1 Updates the requirements on [fiat-crypto](https://github.com/mit-plv/fiat-crypto) to permit the latest version. - [Release notes](https://github.com/mit-plv/fiat-crypto/releases) - [Commits](https://github.com/mit-plv/fiat-crypto/commits) --- updated-dependencies: - dependency-name: fiat-crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a232223..4359f8f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ exclude = [ [dependencies] subtle = { version = "^2.2.2", default-features = false } zeroize = { version = "1.1.0", default-features = false } -fiat-crypto = {version = "0.1.11", default-features = false} +fiat-crypto = {version = "0.2.1", default-features = false} getrandom = { version = "0.2.0", optional = true } ct-codecs = { version = "1.1.1", optional = true }