Skip to content

Commit 3c3a601

Browse files
committed
Update workspace dependency version to match Cargo.toml and CHANGELOG
1 parent 5093602 commit 3c3a601

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ libp2p-ping = { version = "0.47.0", path = "protocols/ping" }
9696
libp2p-plaintext = { version = "0.43.0", path = "transports/plaintext" }
9797
libp2p-pnet = { version = "0.26.0", path = "transports/pnet" }
9898
libp2p-quic = { version = "0.13.0", path = "transports/quic" }
99-
libp2p-relay = { version = "0.21.1", path = "protocols/relay" }
99+
libp2p-relay = { version = "0.21.2", path = "protocols/relay" }
100100
libp2p-rendezvous = { version = "0.17.0", path = "protocols/rendezvous" }
101101
libp2p-request-response = { version = "0.29.0", path = "protocols/request-response" }
102102
libp2p-swarm = { version = "0.47.0", path = "swarm" }
@@ -107,8 +107,8 @@ libp2p-tls = { version = "0.6.2", path = "transports/tls" }
107107
libp2p-uds = { version = "0.43.0", path = "transports/uds" }
108108
libp2p-upnp = { version = "0.6.0", path = "protocols/upnp" }
109109
libp2p-webrtc = { version = "0.9.0-alpha.2", path = "transports/webrtc" }
110-
libp2p-webrtc-utils = { version = "0.4.0", path = "misc/webrtc-utils" }
111-
libp2p-webrtc-websys = { version = "0.4.0", path = "transports/webrtc-websys" }
110+
libp2p-webrtc-utils = { version = "0.4.1", path = "misc/webrtc-utils" }
111+
libp2p-webrtc-websys = { version = "0.4.1", path = "transports/webrtc-websys" }
112112
libp2p-websocket = { version = "0.45.2", path = "transports/websocket" }
113113
libp2p-websocket-websys = { version = "0.5.0", path = "transports/websocket-websys" }
114114
libp2p-webtransport-websys = { version = "0.5.1", path = "transports/webtransport-websys" }

misc/webrtc-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "libp2p-webrtc-utils"
88
repository = "https://github.com/libp2p/rust-libp2p"
99
rust-version = { workspace = true }
10-
version = "0.4.0"
10+
version = "0.4.1"
1111
publish = true
1212

1313
[dependencies]

transports/webrtc-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "libp2p-webrtc-websys"
99
repository = "https://github.com/libp2p/rust-libp2p"
1010
rust-version = { workspace = true }
11-
version = "0.4.0"
11+
version = "0.4.1"
1212
publish = true
1313

1414
[dependencies]

0 commit comments

Comments
 (0)