Skip to content

Commit

Permalink
chore: update ipld-core and serde_ipld_dagcbor (#2104)
Browse files Browse the repository at this point in the history
Adds support for default fields by being less strict up-front when decoding
maps and lists and allowing the visitors to determine what/how to consume
the tokens.
  • Loading branch information
rvagg authored Feb 13, 2025
1 parent 525faea commit 678e17f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -44,7 +44,7 @@ futures = "0.3.28"

# IPLD/Encoding
cid = { version = "0.11.1", default-features = false }
ipld-core = { version = "0.4.1", features = ["serde"] }
ipld-core = { version = "0.4.2", features = ["serde"] }
multihash-codetable = { version = "0.1.4", default-features = false }
multihash-derive = { version = "0.9.1", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion ipld/encoding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ thiserror = { workspace = true }
anyhow = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
multihash-codetable = { workspace = true, features = ["blake2b"] }
serde_ipld_dagcbor = "0.6.1"
serde_ipld_dagcbor = "0.6.2"
serde_repr = "0.1"

[features]
Expand Down

0 comments on commit 678e17f

Please # to comment.