Skip to content

Commit 8a88b17

Browse files
committed
CHORE: Downgrade libipld
1 parent 140ea8e commit 8a88b17

File tree

2 files changed

+39
-20
lines changed

2 files changed

+39
-20
lines changed

Cargo.lock

Lines changed: 36 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async-trait = "0.1.52"
1818
fnv = "1.0.7"
1919
futures = "0.3.19"
2020
lazy_static = "1.4.0"
21-
libipld = { version = "0.15.0", default-features = false }
21+
libipld = { version = "0.14.0", default-features = false }
2222
libp2p = { version = "0.53", features = ["request-response"] }
2323
prometheus = "0.13.0"
2424
prost = { version = "0.11", optional = true }
@@ -29,7 +29,7 @@ unsigned-varint = { version = "0.7.1", features = ["futures", "std"] }
2929
[dev-dependencies]
3030
async-std = { version = "1.10.0", features = ["attributes"] }
3131
env_logger = "0.9.0"
32-
libipld = { version = "0.15.0", default-features = false, features = ["dag-cbor"] }
32+
libipld = { version = "0.14.0", default-features = false, features = ["dag-cbor"] }
3333
libp2p = { version = "0.53.0", features = ["tcp", "noise", "yamux", "rsa", "async-std"] }
34-
multihash = { version = "0.17.0", default-features = false, features = ["blake3", "sha2"] }
34+
multihash = { version = "0.16.0", default-features = false, features = ["blake3", "sha2"] }
3535
tracing-subscriber = { version = "0.3.5", features = ["env-filter", "tracing-log"] }

0 commit comments

Comments
 (0)