Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 566fa9b commit 85d32da
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 25 deletions.
70 changes: 51 additions & 19 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.13.1",
"quickcheck",
"thiserror",
"tonic",
Expand Down Expand Up @@ -1917,7 +1917,7 @@ dependencies = [
"linkerd-http-route",
"linkerd2-proxy-api",
"maplit",
"prost-types",
"prost-types 0.13.1",
"quickcheck",
"thiserror",
]
Expand Down Expand Up @@ -1963,7 +1963,7 @@ dependencies = [
"linkerd2-proxy-api",
"parking_lot",
"pin-project",
"prost-types",
"prost-types 0.13.1",
"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.13.1",
"quickcheck",
"regex",
"thiserror",
Expand Down Expand Up @@ -2232,7 +2232,7 @@ dependencies = [
"linkerd-error",
"linkerd-io",
"linkerd-stack",
"prost",
"prost 0.12.6",
"prost-build",
"tokio",
"tokio-test",
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.13.1",
"tonic",
"tonic-build",
]
Expand Down Expand Up @@ -2619,9 +2619,9 @@ dependencies = [
"nix",
"once_cell",
"parking_lot",
"prost",
"prost 0.12.6",
"prost-build",
"prost-derive",
"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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13db3d3fde688c61e2446b4d843bc27a7e8af269a69440c0308021dc92333cc"
dependencies = [
"bytes",
"prost-derive 0.13.1",
]

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

[[package]]
name = "prost-derive"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca"
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cee5168b05f49d4b0ca581206eb14a7b22fafd963efe729ac48eb03266e25cc2"
dependencies = [
"prost 0.13.1",
]

[[package]]
Expand Down Expand Up @@ -3110,8 +3142,8 @@ name = "spiffe-proto"
version = "0.1.0"
dependencies = [
"bytes",
"prost",
"prost-types",
"prost 0.12.6",
"prost-types 0.13.1",
"tonic",
"tonic-build",
]
Expand Down Expand Up @@ -3394,7 +3426,7 @@ dependencies = [
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"prost 0.12.6",
"tokio",
"tokio-stream",
"tower",
Expand Down
2 changes: 1 addition & 1 deletion linkerd/proxy/client-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ahash = "0.8"
ipnet = "2"
http = "0.2"
once_cell = { version = "1" }
prost-types = { version = "0.12", optional = true }
prost-types = { version = "0.13", optional = true }
tonic = { version = "0.10", default-features = false }
thiserror = { version = "1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion linkerd/proxy/server-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proto = ["linkerd-http-route/proto", "linkerd2-proxy-api", "prost-types"]
[dependencies]
ipnet = "2"
http = "0.2"
prost-types = { version = "0.12", optional = true }
prost-types = { version = "0.13", optional = true }
thiserror = "1"

linkerd-http-route = { path = "../../http/route" }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/proxy/tap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ linkerd-proxy-http = { path = "../http" }
linkerd-stack = { path = "../../stack" }
linkerd-tls = { path = "../../tls" }
parking_lot = "0.12"
prost-types = "0.12"
prost-types = "0.13"
rand = { version = "0.8" }
thiserror = "1"
tokio = { version = "1", features = ["time"] }
Expand Down
2 changes: 1 addition & 1 deletion linkerd/service-profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ http = "0.2"
http-body = "0.4"
linkerd2-proxy-api = { version = "0.13", features = ["destination"] }
once_cell = "1.17"
prost-types = "0.12"
prost-types = "0.13"
regex = "1"
tokio = { version = "1", features = ["macros", "rt", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["sync"] }
Expand Down
2 changes: 1 addition & 1 deletion opencensus-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Vendored from https://github.com/census-instrumentation/opencensus-proto/.
[dependencies]
bytes = "1"
prost = "0.12"
prost-types = "0.12"
prost-types = "0.13"

[dependencies.tonic]
version = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion spiffe-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
bytes = "1"
prost = "0.12"
prost-types = "0.12"
prost-types = "0.13"

[dependencies.tonic]
version = "0.10"
Expand Down

0 comments on commit 85d32da

Please sign in to comment.