From dbd9242bdefbc5e735b08df7854ddfd78dccfa8c Mon Sep 17 00:00:00 2001 From: William Budington Date: Mon, 4 Dec 2023 14:48:33 -0800 Subject: [PATCH] Update dependencies --- googleplay-protobuf/Cargo.toml | 4 ++-- gpapi/Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/googleplay-protobuf/Cargo.toml b/googleplay-protobuf/Cargo.toml index 8b15eb2..8134e93 100644 --- a/googleplay-protobuf/Cargo.toml +++ b/googleplay-protobuf/Cargo.toml @@ -9,7 +9,7 @@ description = "The automatically generated types derived from the Google Play Pr repository = "https://github.com/EFForg/rs-google-play/tree/master/googleplay-protobuf" [dependencies] -prost = "0.11" +prost = "0.12" [build-dependencies] -prost-build = "0.11" +prost-build = "0.12" diff --git a/gpapi/Cargo.toml b/gpapi/Cargo.toml index aa216a2..5e10434 100644 --- a/gpapi/Cargo.toml +++ b/gpapi/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/EFForg/rs-google-play/tree/master/gpapi" repository = "https://github.com/EFForg/rs-google-play/tree/master/gpapi" [dependencies] -prost = "0.11" +prost = "0.12" reqwest = { version = "0.11", features = ["stream"] } bytes = "1" openssl = "0.10" @@ -18,8 +18,8 @@ base64 = "0.21" byteorder = "1" hex = "0.4" lazy_static = "1.4" -hyper = { version = "0.14", features = ["full"] } -hyper-openssl = "0.9" +hyper = { version = "1", features = ["full"] } +hyper-openssl = "0.10" googleplay-protobuf = "1" bincode = "1" futures-util = { version = "0.3", features = ["io"] } @@ -29,7 +29,7 @@ indicatif = "0.17" [build-dependencies] googleplay-protobuf = "1" -prost = "0.11" +prost = "0.12" bincode = "1" configparser = "3"