Update bindgen to 0.59 and bytes to 1
This commit is contained in:
parent
52499f5562
commit
080dfa7edf
|
|
@ -27,5 +27,5 @@ include = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.57"
|
bindgen = "0.59"
|
||||||
cmake = "0.1"
|
cmake = "0.1"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ runtime = ["hyper/runtime"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
antidote = "1.0.0"
|
antidote = "1.0.0"
|
||||||
bytes = "0.5"
|
bytes = "1"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
hyper = { version = "0.14", default-features = false, features = ["client"] }
|
hyper = { version = "0.14", default-features = false, features = ["client"] }
|
||||||
linked_hash_set = "0.1"
|
linked_hash_set = "0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue