From 126442e8a6a67d08cff4dfb5899039149a268695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:40:37 +0000 Subject: [PATCH] chore(deps): Update json-syntax requirement from 0.11.1 to 0.12.2 Updates the requirements on [json-syntax](https://github.com/timothee-haudebourg/json-syntax) to permit the latest version. - [Commits](https://github.com/timothee-haudebourg/json-syntax/compare/0.11.1...0.12.2) --- updated-dependencies: - dependency-name: json-syntax 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 46ad8fc908..b482dc4720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ zeroize = "1.5.7" rustls-webpki = { version = "0.102.1", features = ["alloc"] } serde_repr = "0.1.16" hex = "0.4.3" -json-syntax = { version = "0.11.1", features = ["canonicalize", "serde"] } +json-syntax = { version = "0.12.2", features = ["canonicalize", "serde"] } tls_codec = { version = "0.4.1", features = ["derive"] } ring = "0.17.6"