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 @@ -13,7 +13,7 @@ default = ["which-rustfmt"]
which-rustfmt = ["which"]

[dependencies]
cbor_event = "2.4.0"
cbor_event = "3.2.0"
# dcSpark fork pinned to fixes not yet in a crates.io release. Parser (feeds our AST): upstream
# discards all comments (breaking our @name/@newtype/@doc DSL), mis-parses a colon member key `b:`
# as an arrow/type key when a `=>` appears anywhere in the entry, and mis-lexes the RFC 8610 radix
Expand Down
Loading