mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 18:21:20 +00:00
Update to unsigned-varint v0.3
This commit is contained in:
parent
83e4c60923
commit
72f1018acd
@ -32,7 +32,7 @@ rand = "0.7"
|
||||
rw-stream-sink = { version = "0.1.1", path = "../misc/rw-stream-sink" }
|
||||
sha2 = "0.8.0"
|
||||
smallvec = "1.0"
|
||||
unsigned-varint = { git = "https://github.com/twittner/unsigned-varint.git", branch = "bytes-0.5" }
|
||||
unsigned-varint = "0.3"
|
||||
void = "1"
|
||||
zeroize = "1"
|
||||
|
||||
|
@ -17,7 +17,7 @@ data-encoding = "2.1"
|
||||
multihash = { package = "parity-multihash", version = "0.2.0", path = "../multihash" }
|
||||
percent-encoding = "2.1.0"
|
||||
serde = "1.0.70"
|
||||
unsigned-varint = "0.2"
|
||||
unsigned-varint = "0.3"
|
||||
url = { version = "2.1.0", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -16,4 +16,4 @@ rand = { version = "0.7", default-features = false, features = ["std"] }
|
||||
sha-1 = { version = "0.8", default-features = false }
|
||||
sha2 = { version = "0.8", default-features = false }
|
||||
sha3 = { version = "0.8", default-features = false }
|
||||
unsigned-varint = { git = "https://github.com/twittner/unsigned-varint.git", branch = "bytes-0.5" }
|
||||
unsigned-varint = "0.3"
|
||||
|
@ -15,7 +15,7 @@ futures = "0.1"
|
||||
log = "0.4"
|
||||
smallvec = "1.0"
|
||||
tokio-io = "0.1"
|
||||
unsigned-varint = { git = "https://github.com/twittner/unsigned-varint.git", branch = "bytes-0.5" }
|
||||
unsigned-varint = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = "0.1"
|
||||
|
@ -17,7 +17,7 @@ futures_codec = "0.3.4"
|
||||
libp2p-core = { version = "0.13.0", path = "../../core" }
|
||||
log = "0.4"
|
||||
parking_lot = "0.9"
|
||||
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"
|
||||
|
@ -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"
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user