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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-31 18:32:53 -03:00 committed by GitHub
parent cacd74d8b7
commit 6ab3140494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -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"

View file

@ -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]

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"