Skip to content

Commit

Permalink
build(deps): bump prost-types from 0.12.4 to 0.13.3
Browse files Browse the repository at this point in the history
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.12.4 to 0.13.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.12.4...v0.13.3)

---
updated-dependencies:
- dependency-name: prost-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent a738763 commit 8b17fd6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 8 deletions.
46 changes: 39 additions & 7 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ dependencies = [
"h2",
"http",
"ipnet",
"prost",
"prost-types",
"prost 0.12.4",
"prost-types 0.13.3",
"quickcheck",
"thiserror",
"tonic",
Expand Down Expand Up @@ -389,7 +389,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922"
dependencies = [
"bytes",
"prost-derive",
"prost-derive 0.12.4",
]

[[package]]
name = "prost"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f"
dependencies = [
"bytes",
"prost-derive 0.13.3",
]

[[package]]
Expand All @@ -406,8 +416,8 @@ dependencies = [
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"prost 0.12.4",
"prost-types 0.12.4",
"regex",
"syn 2.0.46",
"tempfile",
Expand All @@ -427,13 +437,35 @@ dependencies = [
"syn 2.0.46",
]

[[package]]
name = "prost-derive"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn 2.0.46",
]

[[package]]
name = "prost-types"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe"
dependencies = [
"prost",
"prost 0.12.4",
]

[[package]]
name = "prost-types"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670"
dependencies = [
"prost 0.13.3",
]

[[package]]
Expand Down Expand Up @@ -639,7 +671,7 @@ dependencies = [
"http-body",
"percent-encoding",
"pin-project",
"prost",
"prost 0.12.4",
"tokio",
"tokio-stream",
"tower-layer",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ h2 = { version = "0.3", optional = true }
http = { version = "0.2", optional = true }
ipnet = { version = "2", optional = true }
prost = "0.12"
prost-types = { version = "0.12", optional = true }
prost-types = { version = "0.13", optional = true }
quickcheck = { version = "1", default-features = false, optional = true }
thiserror = { version = "1", optional = true }

Expand Down

0 comments on commit 8b17fd6

Please sign in to comment.