Skip to content

Commit

Permalink
build(deps): bump prost-build from 0.12.6 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [prost-build](https://github.com/tokio-rs/prost) from 0.12.6 to 0.13.0.
- [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.6...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent cdd969b commit 54157e6
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 23 deletions.
95 changes: 73 additions & 22 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ dependencies = [
"linkerd-tonic-stream",
"linkerd2-proxy-api",
"pin-project",
"prost",
"prost 0.12.6",
"tonic",
"tower",
"tracing",
Expand Down Expand Up @@ -1809,7 +1809,7 @@ dependencies = [
"linkerd2-proxy-api",
"maplit",
"once_cell",
"prost-types",
"prost-types 0.12.6",
"quickcheck",
"thiserror",
"tonic",
Expand Down Expand Up @@ -1917,7 +1917,7 @@ dependencies = [
"linkerd-http-route",
"linkerd2-proxy-api",
"maplit",
"prost-types",
"prost-types 0.12.6",
"quickcheck",
"thiserror",
]
Expand Down Expand Up @@ -1963,7 +1963,7 @@ dependencies = [
"linkerd2-proxy-api",
"parking_lot",
"pin-project",
"prost-types",
"prost-types 0.12.6",
"quickcheck",
"rand",
"thiserror",
Expand Down Expand Up @@ -2063,7 +2063,7 @@ dependencies = [
"linkerd-tonic-watch",
"linkerd2-proxy-api",
"once_cell",
"prost-types",
"prost-types 0.12.6",
"quickcheck",
"regex",
"thiserror",
Expand Down Expand Up @@ -2232,8 +2232,8 @@ dependencies = [
"linkerd-error",
"linkerd-io",
"linkerd-stack",
"prost",
"prost-build",
"prost 0.12.6",
"prost-build 0.13.0",
"tokio",
"tokio-test",
"tracing",
Expand Down Expand Up @@ -2278,8 +2278,8 @@ dependencies = [
"h2",
"http",
"ipnet",
"prost",
"prost-types",
"prost 0.12.6",
"prost-types 0.12.6",
"quickcheck",
"thiserror",
"tonic",
Expand Down Expand Up @@ -2500,8 +2500,8 @@ name = "opencensus-proto"
version = "0.1.0"
dependencies = [
"bytes",
"prost",
"prost-types",
"prost 0.12.6",
"prost-types 0.12.6",
"tonic",
"tonic-build",
]
Expand Down Expand Up @@ -2619,9 +2619,9 @@ dependencies = [
"nix",
"once_cell",
"parking_lot",
"prost",
"prost-build",
"prost-derive",
"prost 0.12.6",
"prost-build 0.12.6",
"prost-derive 0.12.6",
"sha2",
"smallvec",
"symbolic-demangle",
Expand Down Expand Up @@ -2707,7 +2707,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
dependencies = [
"bytes",
"prost-derive",
"prost-derive 0.12.6",
]

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

[[package]]
Expand All @@ -2724,13 +2734,32 @@ dependencies = [
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"prost 0.12.6",
"prost-types 0.12.6",
"regex",
"syn",
"tempfile",
]

[[package]]
name = "prost-build"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04952a6dc0bf60a696e83fc8c58e912d4f6c1d06c6637db44c1cce9c6735c920"
dependencies = [
"bytes",
"heck",
"itertools",
"log",
"multimap",
"once_cell",
"petgraph",
"prost 0.13.0",
"prost-types 0.13.0",
"regex",
"tempfile",
]

[[package]]
name = "prost-derive"
version = "0.12.6"
Expand All @@ -2744,13 +2773,35 @@ dependencies = [
"syn",
]

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

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

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

[[package]]
Expand Down Expand Up @@ -3110,8 +3161,8 @@ name = "spiffe-proto"
version = "0.1.0"
dependencies = [
"bytes",
"prost",
"prost-types",
"prost 0.12.6",
"prost-types 0.12.6",
"tonic",
"tonic-build",
]
Expand Down Expand Up @@ -3394,7 +3445,7 @@ dependencies = [
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"prost 0.12.6",
"tokio",
"tokio-stream",
"tower",
Expand All @@ -3411,7 +3462,7 @@ checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889"
dependencies = [
"prettyplease",
"proc-macro2",
"prost-build",
"prost-build 0.12.6",
"quote",
"syn",
]
Expand Down
2 changes: 1 addition & 1 deletion linkerd/transport-header/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ arbitrary = { version = "1", features = ["derive"] }
libfuzzer-sys = { version = "0.4", features = ["arbitrary-derive"] }

[dev-dependencies]
prost-build = { version = "0.12", default-features = false }
prost-build = { version = "0.13", default-features = false }
tokio = { version = "1", features = ["macros"] }
tokio-test = "0.4"

0 comments on commit 54157e6

Please sign in to comment.