Commit eeba1367 authored by Jeromy's avatar Jeromy

update connmgr deps

parent 3c90c061
......@@ -32,7 +32,7 @@ func toPeerInfos(ps []peer.ID) []*pstore.PeerInfo {
func loggableKey(k string) logging.LoggableMap {
cid, err := cid.Cast([]byte(k))
if err != nil {
log.Errorf("loggableKey could not cast key: %v", err)
log.Errorf("loggableKey could not cast key: %x %v", k, err)
} else {
k = cid.String()
}
......
......@@ -126,9 +126,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmRQ76P5dgvxTujhfPsCRAG83rC15jgb1G9bKLuomuC6dQ",
"hash": "Qmbgce14YTWE2qhE49JVvTBPaHTyz3FaFmqQPyuZAz6C28",
"name": "go-libp2p",
"version": "5.0.2"
"version": "5.0.4"
},
{
"author": "whyrusleeping",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment