From 6ab31404946ff294886c77148edcdfbb09c205ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:32:53 -0300 Subject: [PATCH] build(deps): update minicbor requirement from 0.12 to 0.13 (#37) 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.12.0...minicbor-v0.13.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-alonzo/Cargo.toml | 2 +- pallas-blockfetch/Cargo.toml | 2 +- pallas-chainsync/Cargo.toml | 2 +- pallas-crypto/Cargo.toml | 2 +- pallas-handshake/Cargo.toml | 2 +- pallas-localstate/Cargo.toml | 2 +- pallas-machines/Cargo.toml | 2 +- pallas-txsubmission/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index 5d4ef13..1fa4c52 100644 --- a/pallas-alonzo/Cargo.toml +++ b/pallas-alonzo/Cargo.toml @@ -13,7 +13,7 @@ authors = [ ] [dependencies] -minicbor = { version = "0.12", features = ["std"] } +minicbor = { version = "0.13", features = ["std"] } minicbor-derive = "0.8.0" hex = "0.4.3" log = "0.4.14" diff --git a/pallas-blockfetch/Cargo.toml b/pallas-blockfetch/Cargo.toml index a2d8b37..8ed916a 100644 --- a/pallas-blockfetch/Cargo.toml +++ b/pallas-blockfetch/Cargo.toml @@ -15,7 +15,7 @@ authors = [ [dependencies] pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } -minicbor = { version="0.12", features=["half", "std"] } +minicbor = { version="0.13", features=["half", "std"] } log = "0.4.14" [dev-dependencies] diff --git a/pallas-chainsync/Cargo.toml b/pallas-chainsync/Cargo.toml index d169474..b72984b 100644 --- a/pallas-chainsync/Cargo.toml +++ b/pallas-chainsync/Cargo.toml @@ -15,7 +15,7 @@ authors = [ [dependencies] pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } -minicbor = { version = "0.12.0", features = ["half", "std"] } +minicbor = { version = "0.13.0", features = ["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-crypto/Cargo.toml b/pallas-crypto/Cargo.toml index b583f17..0a33f66 100644 --- a/pallas-crypto/Cargo.toml +++ b/pallas-crypto/Cargo.toml @@ -13,7 +13,7 @@ authors = [ ] [dependencies] -minicbor = { version = "0.12" } +minicbor = { version = "0.13" } hex = "0.4" cryptoxide = { version = "0.4.1" } thiserror = "1.0" diff --git a/pallas-handshake/Cargo.toml b/pallas-handshake/Cargo.toml index ebe1d61..f678260 100644 --- a/pallas-handshake/Cargo.toml +++ b/pallas-handshake/Cargo.toml @@ -15,7 +15,7 @@ authors = [ [dependencies] pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } -minicbor = { version="0.12", features=["half", "std"] } +minicbor = { version="0.13", features=["half", "std"] } itertools = "0.10.1" log = "0.4.14" diff --git a/pallas-localstate/Cargo.toml b/pallas-localstate/Cargo.toml index c0b81ad..927636a 100644 --- a/pallas-localstate/Cargo.toml +++ b/pallas-localstate/Cargo.toml @@ -15,7 +15,7 @@ authors = [ [dependencies] pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } -minicbor = { version="0.12", features=["half", "std"] } +minicbor = { version="0.13", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-machines/Cargo.toml b/pallas-machines/Cargo.toml index bfdb137..a668973 100644 --- a/pallas-machines/Cargo.toml +++ b/pallas-machines/Cargo.toml @@ -14,6 +14,6 @@ authors = [ [dependencies] pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } -minicbor = { version="0.12", features=["half", "std"] } +minicbor = { version="0.13", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-txsubmission/Cargo.toml b/pallas-txsubmission/Cargo.toml index 94d901a..eeb3e55 100644 --- a/pallas-txsubmission/Cargo.toml +++ b/pallas-txsubmission/Cargo.toml @@ -15,7 +15,7 @@ authors = [ [dependencies] pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } -minicbor = { version="0.12", features=["half", "std"] } +minicbor = { version="0.13", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" itertools = "0.10.1"