Update bindgen to 0.59 and bytes to 1

This commit is contained in:
Anthony Ramine 2021-07-29 09:53:52 +02:00 committed by Joshua Nelson
parent 52499f5562
commit 080dfa7edf
2 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,5 @@ include = [
]
[build-dependencies]
bindgen = "0.57"
bindgen = "0.59"
cmake = "0.1"

View File

@ -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"