From cdc9833a4058b81bbd66a7f4d8f77133fca72551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 04:04:31 +0000 Subject: [PATCH] chore(deps): update ciborium-io requirement from =0.2.0 to =0.2.1 Updates the requirements on [ciborium-io](https://github.com/enarx/ciborium) to permit the latest version. - [Commits](https://github.com/enarx/ciborium/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: ciborium-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4116cf0..f5db7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ jsonu64 = ["std", "dep:serde_with"] # If you are considering using serde for any reason, consider the choices you have made in your # life, and then use protobufs (via prost) instead. ciborium = { version = "=0.2.0", default-features = false } -ciborium-io = { version = "=0.2.0", default-features = false, features = [ +ciborium-io = { version = "=0.2.1", default-features = false, features = [ "alloc", ] }