Skip to content

Commit b7914e4

Browse files
chore(webrtc-websys): remove unused dependencies
Pull-Request: #4973.
1 parent 914c8aa commit b7914e4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

Cargo.lock

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

transports/webrtc-websys/Cargo.toml

-7
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,18 @@ publish = true
1414
[dependencies]
1515
bytes = "1"
1616
futures = "0.3"
17-
futures-timer = "3"
1817
getrandom = { version = "0.2.11", features = ["js"] }
1918
hex = "0.4.3"
2019
js-sys = { version = "0.3" }
2120
libp2p-core = { workspace = true }
2221
libp2p-identity = { workspace = true }
2322
libp2p-webrtc-utils = { workspace = true }
2423
send_wrapper = { version = "0.6.0", features = ["futures"] }
25-
serde = { version = "1.0", features = ["derive"] }
2624
thiserror = "1"
2725
tracing = "0.1.37"
2826
wasm-bindgen = { version = "0.2.89" }
2927
wasm-bindgen-futures = { version = "0.4.39" }
3028
web-sys = { version = "0.3.66", features = ["Document", "Location", "MessageEvent", "Navigator", "RtcCertificate", "RtcConfiguration", "RtcDataChannel", "RtcDataChannelEvent", "RtcDataChannelInit", "RtcDataChannelState", "RtcDataChannelType", "RtcPeerConnection", "RtcSdpType", "RtcSessionDescription", "RtcSessionDescriptionInit", "Window"] }
3129

32-
[dev-dependencies]
33-
hex-literal = "0.4"
34-
libp2p-ping = { workspace = true }
35-
libp2p-swarm = { workspace = true, features = ["wasm-bindgen"] }
36-
3730
[lints]
3831
workspace = true

0 commit comments

Comments
 (0)