issues
search
nervosnetwork
/
tentacle
A multiplexed p2p network framework that supports custom protocols
https://docs.rs/tentacle
MIT License
54
stars
24
forks
source link
chore: Upgrade deps
#334
Closed
driftluo
closed
3 years ago
driftluo
commented
3 years ago
upgrade crypto on wasm
upgrade rand to 0.8, except for wasm's rand because of special needs on
x25519-dalek
(wait for 2.x release), it needs to stay at 0.7, and rand 0.8 doesn't support wasm, we should use rand_core instead
tokio-rustls
will be release soon
x25519-dalek
(wait for 2.x release), it needs to stay at 0.7, and rand 0.8 doesn't support wasm, we should use rand_core insteadtokio-rustls
will be release soon