Skip to content

Commit

Permalink
CHORE: Downgrade libipld
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Jan 11, 2024
1 parent cd44159 commit 36d26c1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 20 deletions.
53 changes: 36 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-trait = "0.1.52"
fnv = "1.0.7"
futures = "0.3.19"
lazy_static = "1.4.0"
libipld = { version = "0.15.0", default-features = false }
libipld = { version = "0.14.0", default-features = false }
libp2p = { version = "0.53", features = ["request-response"] }
prometheus = "0.13.0"
prost = { version = "0.9.0", optional = true }
Expand All @@ -29,7 +29,7 @@ unsigned-varint = { version = "0.7.1", features = ["futures", "std"] }
[dev-dependencies]
async-std = { version = "1.10.0", features = ["attributes"] }
env_logger = "0.9.0"
libipld = { version = "0.15.0", default-features = false, features = ["dag-cbor"] }
libipld = { version = "0.14.0", default-features = false, features = ["dag-cbor"] }
libp2p = { version = "0.53.0", features = ["tcp", "noise", "yamux", "rsa", "async-std"] }
multihash = { version = "0.17.0", default-features = false, features = ["blake3", "sha2"] }
multihash = { version = "0.16.0", default-features = false, features = ["blake3", "sha2"] }
tracing-subscriber = { version = "0.3.5", features = ["env-filter", "tracing-log"] }

0 comments on commit 36d26c1

Please sign in to comment.