Skip to content

Commit c34cf74

Browse files
build(deps): Bump prost-build from 0.12.3 to 0.12.4 (#2877)
* build(deps): Bump prost-build from 0.12.3 to 0.12.4 Bumps [prost-build](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * regenerate protobuf --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Gould <[email protected]>
1 parent f9425d6 commit c34cf74

File tree

7 files changed

+8
-24
lines changed

7 files changed

+8
-24
lines changed

Cargo.lock

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -799,15 +799,6 @@ dependencies = [
799799
"tracing",
800800
]
801801

802-
[[package]]
803-
name = "home"
804-
version = "0.5.9"
805-
source = "registry+https://github.com/rust-lang/crates.io-index"
806-
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
807-
dependencies = [
808-
"windows-sys 0.52.0",
809-
]
810-
811802
[[package]]
812803
name = "hostname"
813804
version = "0.3.1"
@@ -2708,9 +2699,9 @@ dependencies = [
27082699

27092700
[[package]]
27102701
name = "prost-build"
2711-
version = "0.12.3"
2702+
version = "0.12.4"
27122703
source = "registry+https://github.com/rust-lang/crates.io-index"
2713-
checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2"
2704+
checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1"
27142705
dependencies = [
27152706
"bytes",
27162707
"heck",
@@ -2725,7 +2716,6 @@ dependencies = [
27252716
"regex",
27262717
"syn",
27272718
"tempfile",
2728-
"which",
27292719
]
27302720

27312721
[[package]]
@@ -3626,18 +3616,6 @@ version = "0.11.0+wasi-snapshot-preview1"
36263616
source = "registry+https://github.com/rust-lang/crates.io-index"
36273617
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
36283618

3629-
[[package]]
3630-
name = "which"
3631-
version = "4.4.2"
3632-
source = "registry+https://github.com/rust-lang/crates.io-index"
3633-
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
3634-
dependencies = [
3635-
"either",
3636-
"home",
3637-
"once_cell",
3638-
"rustix",
3639-
]
3640-
36413619
[[package]]
36423620
name = "widestring"
36433621
version = "1.1.0"

linkerd/transport-header/src/gen/transport.l5d.io.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opencensus-proto/src/gen/opencensus.proto.agent.common.v1.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opencensus-proto/src/gen/opencensus.proto.agent.trace.v1.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opencensus-proto/src/gen/opencensus.proto.resource.v1.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opencensus-proto/src/gen/opencensus.proto.trace.v1.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spiffe-proto/src/gen/spiffe.workloadapi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
/// The X509SVIDRequest message conveys parameters for requesting an X.509-SVID.
23
/// There are currently no request parameters.
34
#[allow(clippy::derive_partial_eq_without_eq)]

0 commit comments

Comments
 (0)