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-request-response = { version = "0.29.0", path = "protocols/request-response" }
103
103
libp2p-server = { version = "0.12.7", path = "misc/server" }
104
104
libp2p-stream = { version = "0.4.0-alpha", path = "protocols/stream" }
105
-
libp2p-swarm = { version = "0.47.0", path = "swarm" }
105
+
libp2p-swarm = { version = "0.48.0", path = "swarm" }
106
106
libp2p-swarm-derive = { version = "=0.35.1", 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
107
libp2p-swarm-test = { version = "0.6.0", path = "swarm-test" }
108
108
libp2p-tcp = { version = "0.44.0", path = "transports/tcp" }
0 commit comments