Skip to content

Commit

Permalink
chore(deps): Update json-syntax requirement from 0.11.1 to 0.12.2
Browse files Browse the repository at this point in the history
Updates the requirements on [json-syntax](https://github.com/timothee-haudebourg/json-syntax) to permit the latest version.
- [Commits](timothee-haudebourg/json-syntax@0.11.1...0.12.2)

---
updated-dependencies:
- dependency-name: json-syntax
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tnytown committed Feb 27, 2024
1 parent ce0c6cb commit 126442e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 126442e

Please sign in to comment.