diff --git a/Cargo.toml b/Cargo.toml index c1c4f25..490afaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ web-time = "1.1" libp2p-core = "0.43.1" libp2p-identity = "0.2.12" libp2p-swarm = "0.47" -multihash-codetable = "0.1" +multihash-codetable = "0.2" quick-protobuf = "0.8.1" smallvec = "1.13.2" thiserror = "2" @@ -54,7 +54,7 @@ libp2p = { version = "0.56.0", features = [ libp2p-stream = "0.4.0-alpha" libp2p-swarm-test = "0.6.0" multihash = "0.19" -multihash-codetable = { version = "0.1", features = ["digest", "sha2"] } +multihash-codetable = { version = "0.2", features = ["sha2"] } tokio = { version = "1", features = ["rt", "macros", "time", "sync"] } tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }