From 0ac7026005c7a87a23ab77950ae945cfea9099e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jan 2022 19:05:14 +0000 Subject: [PATCH] build(deps): update minicbor-derive requirement from 0.7.2 to 0.8.0 Updates the requirements on [minicbor-derive](https://gitlab.com/twittner/minicbor) to permit the latest version. - [Release notes](https://gitlab.com/twittner/minicbor/tags) - [Changelog](https://gitlab.com/twittner/minicbor/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.7.2...minicbor-derive-v0.8.0) --- updated-dependencies: - dependency-name: minicbor-derive dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pallas-alonzo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index 3ca36fb..c14a732 100644 --- a/pallas-alonzo/Cargo.toml +++ b/pallas-alonzo/Cargo.toml @@ -17,7 +17,7 @@ crypto = ["cryptoxide"] [dependencies] minicbor = { version = "0.12", features = ["std"] } -minicbor-derive = "0.7.2" +minicbor-derive = "0.8.0" hex = "0.4.3" log = "0.4.14" cryptoxide = { version = "0.3.2", optional = true }