From 8a24dc340a0460b63096cbb0ac4dd026f864a402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 04:04:37 +0000 Subject: [PATCH] chore(deps): update ciborium requirement from =0.2.0 to =0.2.1 Updates the requirements on [ciborium](https://github.com/enarx/ciborium) to permit the latest version. - [Commits](https://github.com/enarx/ciborium/compare/v0.2.0...v0.2.0) --- updated-dependencies: - dependency-name: ciborium 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..cb80249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,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 = { version = "=0.2.1", default-features = false } ciborium-io = { version = "=0.2.0", default-features = false, features = [ "alloc", ] }