Skip to content

Commit

Permalink
build(deps)!: upgrade prost to 0.13 for hyper 1.x (#195)
Browse files Browse the repository at this point in the history
tonic 0.12 depends on prost 0.13

---------

Co-authored-by: Matthijs Brobbel <[email protected]>
  • Loading branch information
tisonkun and mbrobbel authored Jul 9, 2024
1 parent 6fa602d commit 16ead96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ serde = ["dep:pbjson", "dep:pbjson-build", "dep:pbjson-types"]
[dependencies]
hex = { version = "0.4.3", optional = true }
once_cell = { version = "1.19.0", optional = true }
pbjson = { version = "0.6.0", optional = true }
pbjson-types = { version = "0.6.0", optional = true }
prost = "0.12.3"
prost-types = "0.12.3"
pbjson = { version = "0.7.0", optional = true }
pbjson-types = { version = "0.7.0", optional = true }
prost = "0.13.1"
prost-types = "0.13.1"
url = { version = "2.5.0", optional = true }
semver = { version = "1.0.22", optional = true }
serde = { version = "1.0.197", features = ["derive"] }
Expand All @@ -48,9 +48,9 @@ thiserror = { version = "1.0.57", optional = true }

[build-dependencies]
heck = "0.5.0"
pbjson-build = { version = "0.6.2", optional = true }
pbjson-build = { version = "0.7.0", optional = true }
prettyplease = "0.2.4"
prost-build = { version = "0.12.3", default-features = false }
prost-build = { version = "0.13.1", default-features = false }
protobuf-src = { version = "2.0.0", optional = true }
schemars = "0.8.16"
semver = "1.0.22"
Expand Down

0 comments on commit 16ead96

Please sign in to comment.