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
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ insta = "1.48"
# otherwise only reachable inside the `cddl` validator's process, here we drive it directly.
ciborium = "0.2"
# `half` gates the `decode::Tokenizer` + `data::Token` stream API the differential drives.
minicbor = { version = "0.26", features = ["half"] }
minicbor = { version = "2.2", features = ["half"] }
# Harness-side ONLY (never a generated-crate dep): `decode_conformance_replay` parses the committed
# `tests/decode_conformance/catalog.toml` corpus (same class as ciborium/minicbor above). Navigated
# via `toml::Value` — no serde derives of our own.
Expand Down
Loading