From bfcf2ff07e7cc90ce5a1fb576657dcaede3db62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:32:16 +0100 Subject: [PATCH] Update drink requirement from =0.5.2 to =0.5.3 (#1946) Updates the requirements on [drink](https://github.com/Cardinal-Cryptography/drink) to permit the latest version. - [Commits](https://github.com/Cardinal-Cryptography/drink/commits) --- updated-dependencies: - dependency-name: drink dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fc3fbde435..83241dbfa7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ cfg-if = { version = "1.0" } contract-build = { version = "3.2.0" } darling = { version = "0.20.3" } derive_more = { version = "0.99.17", default-features = false } -drink = { version = "=0.5.2" } +drink = { version = "=0.5.3" } either = { version = "1.5", default-features = false } funty = { version = "2.0.0" } heck = { version = "0.4.0" }