From b7610ff33210d438a42fe68d01897a7409e241aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:42:28 -0300 Subject: [PATCH] build(deps): update minicbor requirement from 0.14 to 0.15 (#72) Updates the requirements on [minicbor](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.14.0...minicbor-v0.15.0) --- updated-dependencies: - dependency-name: minicbor dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pallas-codec/Cargo.toml | 2 +- pallas-crypto/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pallas-codec/Cargo.toml b/pallas-codec/Cargo.toml index 9fc4254..9decb3e 100644 --- a/pallas-codec/Cargo.toml +++ b/pallas-codec/Cargo.toml @@ -13,5 +13,5 @@ authors = [ ] [dependencies] -minicbor = { version = "0.14", features = ["std", "half", "derive"] } +minicbor = { version = "0.15", features = ["std", "half", "derive"] } diff --git a/pallas-crypto/Cargo.toml b/pallas-crypto/Cargo.toml index fe1fcd4..3593ae1 100644 --- a/pallas-crypto/Cargo.toml +++ b/pallas-crypto/Cargo.toml @@ -13,7 +13,7 @@ authors = [ ] [dependencies] -minicbor = { version = "0.14" } +minicbor = { version = "0.15" } hex = "0.4" cryptoxide = { version = "0.4.1" } thiserror = "1.0"