You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libp2p-stream = { version = "0.2.0-alpha", path = "protocols/stream" }
105
105
libp2p-swarm = { version = "0.45.0", path = "swarm" }
106
106
libp2p-swarm-derive = { version = "=0.34.2", path = "swarm-derive" } # `libp2p-swarm-derive` may not be compatible with different `libp2p-swarm` non-breaking releases. E.g. `libp2p-swarm` might introduce a new enum variant `FromSwarm` (which is `#[non-exhaustive]`) in a non-breaking release. Older versions of `libp2p-swarm-derive` would not forward this enum variant within the `NetworkBehaviour` hierarchy. Thus the version pinning is required.
107
-
libp2p-swarm-test = { version = "0.3.0", path = "swarm-test" }
107
+
libp2p-swarm-test = { version = "0.4.0", path = "swarm-test" }
108
108
libp2p-tcp = { version = "0.42.0", path = "transports/tcp" }
109
-
libp2p-tls = { version = "0.4.1", path = "transports/tls" }
109
+
libp2p-tls = { version = "0.5.0", path = "transports/tls" }
110
110
libp2p-uds = { version = "0.41.0", path = "transports/uds" }
111
111
libp2p-upnp = { version = "0.3.0", path = "protocols/upnp" }
112
112
libp2p-webrtc = { version = "0.8.0-alpha", path = "transports/webrtc" }
113
-
libp2p-webrtc-utils = { version = "0.2.1", path = "misc/webrtc-utils" }
113
+
libp2p-webrtc-utils = { version = "0.3.0", path = "misc/webrtc-utils" }
114
114
libp2p-webrtc-websys = { version = "0.4.0-alpha", path = "transports/webrtc-websys" }
115
115
libp2p-websocket = { version = "0.44.0", path = "transports/websocket" }
116
116
libp2p-websocket-websys = { version = "0.4.0", path = "transports/websocket-websys" }
117
117
libp2p-webtransport-websys = { version = "0.4.0", path = "transports/webtransport-websys" }
118
-
libp2p-yamux = { version = "0.45.2", path = "muxers/yamux" }
118
+
libp2p-yamux = { version = "0.46.0", path = "muxers/yamux" }
119
119
multiaddr = "0.18.1"
120
120
multihash = "0.19.1"
121
121
multistream-select = { version = "0.13.0", path = "misc/multistream-select" }
0 commit comments