Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dbgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pqsigner-erc7730 = { workspace = true }
# metadata bundle the production verifier will reject.
pqsigner-tx = { workspace = true }
# Minimal TOML parser for ERC-8176 policy.toml.
toml = { version = "0.8", default-features = false, features = ["parse"] }
toml = { version = "1.1", default-features = false, features = ["parse"] }
# Host-only secp256k1 recovery for authenticated ERC-8176 EAS-v2 snapshots.
# This never enters firmware or the signing stack.
k256 = { version = "0.13.4", default-features = false, features = ["ecdsa"] }
Expand Down
66 changes: 19 additions & 47 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sphincs-tz-shared = { path = "../shared" }
# the API surface hasn't drifted. None of these are linked into the
# libFuzzer bins.
[dev-dependencies]
toml = "0.8"
toml = "1.1"
pqsigner-proto = { path = "../proto" }
sphincs-tz-shared = { path = "../shared" }
# DEV-ONLY EVM ground-truth oracle for the multiSend record-walk
Expand Down
Loading