Skip to content

Commit

Permalink
Update prost dependency and bump version on gpapi as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed Jul 26, 2024
1 parent f4d7795 commit d4fee7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gpapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gpapi"
version = "5.1.0"
version = "5.2.0"
authors = ["Bill Budington <[email protected]>"]
build = "build.rs"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/EFForg/rs-google-play/tree/master/gpapi"
doctest = false

[dependencies]
prost = "0.12"
prost = "0.13"
#reqwest = "0.12"
bytes = "1"
hyper = { version = "0.14", features = ["full"] }
Expand All @@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] }

[build-dependencies]
googleplay-protobuf = "2"
prost = "0.12"
prost = "0.13"
bincode = "1"
configparser = "3"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit d4fee7b

Please sign in to comment.