From 942a9a46596ec5e5309b03e42b81b5b69c045a2d Mon Sep 17 00:00:00 2001 From: Ryan Tate Date: Mon, 4 Nov 2024 10:07:27 -0800 Subject: [PATCH] bump serde_json_path version Signed-off-by: Ryan Tate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aeed68d..0963749 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ http = "1.1.0" # There may be a better way to handle this that doesn't require the `json-syntax` crate directly. json-syntax = { version = "0.12.5", features = ["serde_json"] } # jsonpath_lib = "0.3.0" -serde_json_path = "0.6.7" +serde_json_path = "0.7.1" jsonschema = "0.18.0" openid4vp-frontend = { version = "0.1.0", path = "openid4vp-frontend" } p256 = { version = "0.13.2", features = ["jwk"] }