Skip to content

Commit 79916c2

Browse files
build(deps): bump the grpc group with 2 updates (#4362)
Bumps the grpc group with 2 updates: [prost](https://github.com/tokio-rs/prost) and [prost-types](https://github.com/tokio-rs/prost). Updates `prost` from 0.14.1 to 0.14.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.14.1...v0.14.3) Updates `prost-types` from 0.14.1 to 0.14.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.14.1...v0.14.3) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: prost-types dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30553c5 commit 79916c2

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ dependencies = [
22042204
"linkerd-tls-route",
22052205
"linkerd2-proxy-api",
22062206
"once_cell",
2207-
"prost-types 0.14.1",
2207+
"prost-types 0.14.3",
22082208
"thiserror",
22092209
"tonic",
22102210
]
@@ -2312,7 +2312,7 @@ dependencies = [
23122312
"linkerd-identity",
23132313
"linkerd2-proxy-api",
23142314
"maplit",
2315-
"prost-types 0.14.1",
2315+
"prost-types 0.14.3",
23162316
"quickcheck",
23172317
"thiserror",
23182318
"tokio",
@@ -2360,7 +2360,7 @@ dependencies = [
23602360
"linkerd2-proxy-api",
23612361
"parking_lot",
23622362
"pin-project",
2363-
"prost-types 0.14.1",
2363+
"prost-types 0.14.3",
23642364
"quickcheck",
23652365
"thiserror",
23662366
"tokio",
@@ -2460,7 +2460,7 @@ dependencies = [
24602460
"linkerd-tonic-watch",
24612461
"linkerd2-proxy-api",
24622462
"once_cell",
2463-
"prost-types 0.14.1",
2463+
"prost-types 0.14.3",
24642464
"quickcheck",
24652465
"regex",
24662466
"thiserror",
@@ -2629,7 +2629,7 @@ dependencies = [
26292629
"linkerd-error",
26302630
"linkerd-io",
26312631
"linkerd-stack",
2632-
"prost 0.14.1",
2632+
"prost 0.14.3",
26332633
"prost-build 0.14.1",
26342634
"tokio",
26352635
"tokio-test",
@@ -2680,8 +2680,8 @@ dependencies = [
26802680
"h2",
26812681
"http",
26822682
"ipnet",
2683-
"prost 0.14.1",
2684-
"prost-types 0.14.1",
2683+
"prost 0.14.3",
2684+
"prost-types 0.14.3",
26852685
"quickcheck",
26862686
"thiserror",
26872687
"tonic",
@@ -2946,7 +2946,7 @@ dependencies = [
29462946
"const-hex",
29472947
"opentelemetry",
29482948
"opentelemetry_sdk",
2949-
"prost 0.14.1",
2949+
"prost 0.14.3",
29502950
"serde",
29512951
"serde_json",
29522952
"tonic",
@@ -3210,12 +3210,12 @@ dependencies = [
32103210

32113211
[[package]]
32123212
name = "prost"
3213-
version = "0.14.1"
3213+
version = "0.14.3"
32143214
source = "registry+https://github.com/rust-lang/crates.io-index"
3215-
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
3215+
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
32163216
dependencies = [
32173217
"bytes",
3218-
"prost-derive 0.14.1",
3218+
"prost-derive 0.14.3",
32193219
]
32203220

32213221
[[package]]
@@ -3252,8 +3252,8 @@ dependencies = [
32523252
"once_cell",
32533253
"petgraph",
32543254
"prettyplease",
3255-
"prost 0.14.1",
3256-
"prost-types 0.14.1",
3255+
"prost 0.14.3",
3256+
"prost-types 0.14.3",
32573257
"regex",
32583258
"syn",
32593259
"tempfile",
@@ -3274,9 +3274,9 @@ dependencies = [
32743274

32753275
[[package]]
32763276
name = "prost-derive"
3277-
version = "0.14.1"
3277+
version = "0.14.3"
32783278
source = "registry+https://github.com/rust-lang/crates.io-index"
3279-
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
3279+
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
32803280
dependencies = [
32813281
"anyhow",
32823282
"itertools",
@@ -3296,11 +3296,11 @@ dependencies = [
32963296

32973297
[[package]]
32983298
name = "prost-types"
3299-
version = "0.14.1"
3299+
version = "0.14.3"
33003300
source = "registry+https://github.com/rust-lang/crates.io-index"
3301-
checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
3301+
checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
33023302
dependencies = [
3303-
"prost 0.14.1",
3303+
"prost 0.14.3",
33043304
]
33053305

33063306
[[package]]
@@ -3706,7 +3706,7 @@ dependencies = [
37063706
name = "spiffe-proto"
37073707
version = "0.1.0"
37083708
dependencies = [
3709-
"prost 0.14.1",
3709+
"prost 0.14.3",
37103710
"tonic",
37113711
"tonic-prost",
37123712
"tonic-prost-build",
@@ -4063,7 +4063,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40634063
checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67"
40644064
dependencies = [
40654065
"bytes",
4066-
"prost 0.14.1",
4066+
"prost 0.14.3",
40674067
"tonic",
40684068
]
40694069

@@ -4076,7 +4076,7 @@ dependencies = [
40764076
"prettyplease",
40774077
"proc-macro2",
40784078
"prost-build 0.14.1",
4079-
"prost-types 0.14.1",
4079+
"prost-types 0.14.3",
40804080
"quote",
40814081
"syn",
40824082
"tempfile",

0 commit comments

Comments
 (0)