mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 18:51:22 +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" }
|
rw-stream-sink = { version = "0.1.1", path = "../misc/rw-stream-sink" }
|
||||||
sha2 = "0.8.0"
|
sha2 = "0.8.0"
|
||||||
smallvec = "1.0"
|
smallvec = "1.0"
|
||||||
unsigned-varint = { git = "https://github.com/twittner/unsigned-varint.git", branch = "bytes-0.5" }
|
unsigned-varint = "0.3"
|
||||||
void = "1"
|
void = "1"
|
||||||
zeroize = "1"
|
zeroize = "1"
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ data-encoding = "2.1"
|
|||||||
multihash = { package = "parity-multihash", version = "0.2.0", path = "../multihash" }
|
multihash = { package = "parity-multihash", version = "0.2.0", path = "../multihash" }
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
serde = "1.0.70"
|
serde = "1.0.70"
|
||||||
unsigned-varint = "0.2"
|
unsigned-varint = "0.3"
|
||||||
url = { version = "2.1.0", default-features = false }
|
url = { version = "2.1.0", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -16,4 +16,4 @@ rand = { version = "0.7", default-features = false, features = ["std"] }
|
|||||||
sha-1 = { version = "0.8", default-features = false }
|
sha-1 = { version = "0.8", default-features = false }
|
||||||
sha2 = { version = "0.8", default-features = false }
|
sha2 = { version = "0.8", default-features = false }
|
||||||
sha3 = { 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"
|
log = "0.4"
|
||||||
smallvec = "1.0"
|
smallvec = "1.0"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
unsigned-varint = { git = "https://github.com/twittner/unsigned-varint.git", branch = "bytes-0.5" }
|
unsigned-varint = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = "0.1"
|
tokio = "0.1"
|
||||||
|
@ -17,7 +17,7 @@ futures_codec = "0.3.4"
|
|||||||
libp2p-core = { version = "0.13.0", path = "../../core" }
|
libp2p-core = { version = "0.13.0", path = "../../core" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
parking_lot = "0.9"
|
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]
|
[dev-dependencies]
|
||||||
async-std = "1.0"
|
async-std = "1.0"
|
||||||
|
@ -20,7 +20,7 @@ multiaddr = { package = "parity-multiaddr", version = "0.6.0", path = "../../mis
|
|||||||
protobuf = "2.8"
|
protobuf = "2.8"
|
||||||
smallvec = "1.0"
|
smallvec = "1.0"
|
||||||
wasm-timer = "0.2"
|
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]
|
[dev-dependencies]
|
||||||
async-std = "1.0"
|
async-std = "1.0"
|
||||||
|
@ -27,7 +27,7 @@ sha2 = "0.8.0"
|
|||||||
smallvec = "1.0"
|
smallvec = "1.0"
|
||||||
wasm-timer = "0.2"
|
wasm-timer = "0.2"
|
||||||
uint = "0.8"
|
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"
|
void = "1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -17,7 +17,7 @@ libp2p-core = { version = "0.13.0", path = "../../core" }
|
|||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
protobuf = "2.8.1"
|
protobuf = "2.8.1"
|
||||||
rw-stream-sink = { version = "0.1.1", path = "../../misc/rw-stream-sink" }
|
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"
|
void = "1.0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user