Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed Dec 4, 2023
1 parent 2f15b2b commit dbd9242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions googleplay-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 4 additions & 4 deletions gpapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ 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"
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"] }
Expand All @@ -29,7 +29,7 @@ indicatif = "0.17"

[build-dependencies]
googleplay-protobuf = "1"
prost = "0.11"
prost = "0.12"
bincode = "1"
configparser = "3"

Expand Down

0 comments on commit dbd9242

Please sign in to comment.