From ef84246f6c851e0020ae6d6e78347fcb796f8f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:30:58 +0000 Subject: [PATCH] chore(deps): update serde_jcs requirement from 0.1 to 0.2 Updates the requirements on [serde_jcs](https://github.com/l1h3r/serde_jcs) to permit the latest version. - [Commits](https://github.com/l1h3r/serde_jcs/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: serde_jcs dependency-version: 0.2.0 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 c31f66e..b424ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" serde_with = "3" # RFC 8785 JSON Canonicalization Scheme (JCS) — the signing/content-binding contract -serde_jcs = "0.1" +serde_jcs = "0.2" # GZIP — decoding W3C Bitstring Status List `encodedList` (pure, no infra) flate2 = "1"