Update to unsigned-varint v0.3

This commit is contained in:
Toralf Wittner
2020-01-02 10:45:43 +01:00
parent 83e4c60923
commit 72f1018acd
8 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ multiaddr = { package = "parity-multiaddr", version = "0.6.0", path = "../../mis
protobuf = "2.8"
smallvec = "1.0"
wasm-timer = "0.2"
unsigned-varint = { git = "https://github.com/twittner/unsigned-varint.git", branch = "bytes-0.5", features = ["futures-codec"] }
unsigned-varint = { version = "0.3", features = ["futures-codec"] }
[dev-dependencies]
async-std = "1.0"

View File

@ -27,7 +27,7 @@ sha2 = "0.8.0"
smallvec = "1.0"
wasm-timer = "0.2"
uint = "0.8"
unsigned-varint = { git = "https://github.com/twittner/unsigned-varint.git", branch = "bytes-0.5", features = ["futures-codec"] }
unsigned-varint = { version = "0.3", features = ["futures-codec"] }
void = "1.0"
[dev-dependencies]

View File

@ -17,7 +17,7 @@ libp2p-core = { version = "0.13.0", path = "../../core" }
log = "0.4.8"
protobuf = "2.8.1"
rw-stream-sink = { version = "0.1.1", path = "../../misc/rw-stream-sink" }
unsigned-varint = { git = "https://github.com/twittner/unsigned-varint.git", branch = "bytes-0.5", features = ["futures-codec"] }
unsigned-varint = { version = "0.3", features = ["futures-codec"] }
void = "1.0.2"
[dev-dependencies]