From 2c8b134b64725733a6f4215183342ddadb36eabb Mon Sep 17 00:00:00 2001 From: Eric Wheeler Date: Sun, 21 Jun 2026 01:24:17 -0500 Subject: [PATCH] deps: migrate to multihash-codetable 0.2 (escape yanked core2) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }