Skip to content

Commit 678e17f

Browse files
authored
chore: update ipld-core and serde_ipld_dagcbor (#2104)
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.
1 parent 525faea commit 678e17f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ futures = "0.3.28"
4444

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

ipld/encoding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ thiserror = { workspace = true }
1515
anyhow = { workspace = true }
1616
fvm_ipld_blockstore = { workspace = true }
1717
multihash-codetable = { workspace = true, features = ["blake2b"] }
18-
serde_ipld_dagcbor = "0.6.1"
18+
serde_ipld_dagcbor = "0.6.2"
1919
serde_repr = "0.1"
2020

2121
[features]

0 commit comments

Comments
 (0)