From b81a417279f152af190a30908161bfaad72c511f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Thu, 19 Dec 2024 18:38:43 +0100 Subject: [PATCH] Bump `json-ld` version to 0.21.2. --- crates/json-ld/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/json-ld/Cargo.toml b/crates/json-ld/Cargo.toml index 7e3f463ba..f952bbd97 100644 --- a/crates/json-ld/Cargo.toml +++ b/crates/json-ld/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/ssi-json-ld/" [dependencies] thiserror.workspace = true -json-ld = { version = "0.21.1", features = ["serde"] } +json-ld = { version = "0.21.2", features = ["serde"] } iref.workspace = true static-iref.workspace = true json-syntax = { workspace = true, features = ["serde"] }