From 080dfa7edfff53fea1410f79d29373ffb4de6bb6 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Thu, 29 Jul 2021 09:53:52 +0200 Subject: [PATCH] Update bindgen to 0.59 and bytes to 1 --- boring-sys/Cargo.toml | 2 +- hyper-boring/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boring-sys/Cargo.toml b/boring-sys/Cargo.toml index f966b496..77a4f7b7 100644 --- a/boring-sys/Cargo.toml +++ b/boring-sys/Cargo.toml @@ -27,5 +27,5 @@ include = [ ] [build-dependencies] -bindgen = "0.57" +bindgen = "0.59" cmake = "0.1" diff --git a/hyper-boring/Cargo.toml b/hyper-boring/Cargo.toml index 46f90016..892b2056 100644 --- a/hyper-boring/Cargo.toml +++ b/hyper-boring/Cargo.toml @@ -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"