From a6cf706443654e4722da00e82836fb4d76bd275b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:02:00 +0000 Subject: [PATCH] build(deps): update minicbor requirement from 0.26.0 to 2.2.1 Updates the requirements on [minicbor](https://github.com/twittner/minicbor) to permit the latest version. - [Changelog](https://github.com/twittner/minicbor/blob/develop/CHANGELOG.md) - [Commits](https://github.com/twittner/minicbor/compare/minicbor-v0.26.0...minicbor-v2.2.1) --- updated-dependencies: - dependency-name: minicbor dependency-version: 2.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 7ba60573..2a565dd3 100644 --- a/pallas-codec/Cargo.toml +++ b/pallas-codec/Cargo.toml @@ -16,7 +16,7 @@ default = [] [dependencies] hex.workspace = true -minicbor = { version = "0.26.0", features = ["std", "half", "derive"] } +minicbor = { version = "2.2.1", features = ["std", "half", "derive"] } num-bigint = { version = "0.4.4", optional = true } serde.workspace = true thiserror.workspace = true