Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssi-ucan: outdated libipld dependencies #620

Open
lucab opened this issue Oct 25, 2024 · 0 comments
Open

ssi-ucan: outdated libipld dependencies #620

lucab opened this issue Oct 25, 2024 · 0 comments

Comments

@lucab
Copy link

lucab commented Oct 25, 2024

ssi-ucan currently depends on a stale version of libipld (latest version at this time is 0.16.0):

libipld = { version = "0.14", default-features = false, features = ["dag-cbor", "dag-json", "derive", "serde-codec"]}

This stale version also brings in a chain of old dependencies, which would be good to avoid.

However, this bump may be a breaking change, as dependency types seem to appear in the public interfaces, like StoreParams in https://docs.rs/ssi-ucan/0.2.1/ssi_ucan/struct.Ucan.html#method.to_block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant