From caef9d9c34e1fd7eaa9f74a482fe4628c6e9b4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:20:08 -0300 Subject: [PATCH] build(deps): update minicbor requirement from 0.19 to 0.20 (#337) Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version. - [Changelog](https://gitlab.com/twittner/minicbor/blob/develop/CHANGELOG.md) - [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.19.0...minicbor-v0.20.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-codec/Cargo.toml b/pallas-codec/Cargo.toml index cac4bf2..83c0252 100644 --- a/pallas-codec/Cargo.toml +++ b/pallas-codec/Cargo.toml @@ -16,7 +16,7 @@ authors = [ [dependencies] hex = "0.4.3" -minicbor = { version = "0.19", features = ["std", "half", "derive"] } +minicbor = { version = "0.20", features = ["std", "half", "derive"] } serde = { version = "1.0.143", features = ["derive"] } thiserror = "1.0.39"