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]
|
||||
bindgen = "0.57"
|
||||
bindgen = "0.59"
|
||||
cmake = "0.1"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ runtime = ["hyper/runtime"]
|
|||
|
||||
[dependencies]
|
||||
antidote = "1.0.0"
|
||||
bytes = "0.5"
|
||||
bytes = "1"
|
||||
http = "0.2"
|
||||
hyper = { version = "0.14", default-features = false, features = ["client"] }
|
||||
linked_hash_set = "0.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue