Skip to content

Commit

Permalink
Merge pull request #330 from sigstore/dependabot/cargo/json-syntax-0.…
Browse files Browse the repository at this point in the history
…12.2

chore(deps): Update json-syntax requirement from 0.11.1 to 0.12.2
  • Loading branch information
flavio authored Feb 27, 2024
2 parents 63a20af + 4bef45e commit 2164b67
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 @@ -125,7 +125,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"] }

[dev-dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
Expand Down

0 comments on commit 2164b67

Please sign in to comment.