Skip to content

Commit fea23d9

Browse files
build(deps): bump the grpc group with 2 updates
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.13.5 to 0.14.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.13.5...v0.14.1) Updates `prost-types` from 0.13.5 to 0.14.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.13.5...v0.14.1) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: prost-types dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9883e8 commit fea23d9

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

Cargo.lock

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
13131313
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
13141314
dependencies = [
13151315
"cfg-if",
1316-
"windows-targets 0.48.5",
1316+
"windows-targets 0.52.6",
13171317
]
13181318

13191319
[[package]]
@@ -2166,7 +2166,7 @@ dependencies = [
21662166
"linkerd-tls-route",
21672167
"linkerd2-proxy-api",
21682168
"once_cell",
2169-
"prost-types 0.13.5",
2169+
"prost-types 0.14.1",
21702170
"thiserror",
21712171
"tonic",
21722172
]
@@ -2274,7 +2274,7 @@ dependencies = [
22742274
"linkerd-identity",
22752275
"linkerd2-proxy-api",
22762276
"maplit",
2277-
"prost-types 0.13.5",
2277+
"prost-types 0.14.1",
22782278
"quickcheck",
22792279
"thiserror",
22802280
"tokio",
@@ -2322,7 +2322,7 @@ dependencies = [
23222322
"linkerd2-proxy-api",
23232323
"parking_lot",
23242324
"pin-project",
2325-
"prost-types 0.13.5",
2325+
"prost-types 0.14.1",
23262326
"quickcheck",
23272327
"thiserror",
23282328
"tokio",
@@ -2422,7 +2422,7 @@ dependencies = [
24222422
"linkerd-tonic-watch",
24232423
"linkerd2-proxy-api",
24242424
"once_cell",
2425-
"prost-types 0.13.5",
2425+
"prost-types 0.14.1",
24262426
"quickcheck",
24272427
"regex",
24282428
"thiserror",
@@ -2585,7 +2585,7 @@ dependencies = [
25852585
"linkerd-error",
25862586
"linkerd-io",
25872587
"linkerd-stack",
2588-
"prost 0.13.5",
2588+
"prost 0.14.1",
25892589
"prost-build 0.13.5",
25902590
"tokio",
25912591
"tokio-test",
@@ -3151,6 +3151,16 @@ dependencies = [
31513151
"prost-derive 0.13.5",
31523152
]
31533153

3154+
[[package]]
3155+
name = "prost"
3156+
version = "0.14.1"
3157+
source = "registry+https://github.com/rust-lang/crates.io-index"
3158+
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
3159+
dependencies = [
3160+
"bytes",
3161+
"prost-derive 0.14.1",
3162+
]
3163+
31543164
[[package]]
31553165
name = "prost-build"
31563166
version = "0.12.6"
@@ -3218,6 +3228,19 @@ dependencies = [
32183228
"syn",
32193229
]
32203230

3231+
[[package]]
3232+
name = "prost-derive"
3233+
version = "0.14.1"
3234+
source = "registry+https://github.com/rust-lang/crates.io-index"
3235+
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
3236+
dependencies = [
3237+
"anyhow",
3238+
"itertools",
3239+
"proc-macro2",
3240+
"quote",
3241+
"syn",
3242+
]
3243+
32213244
[[package]]
32223245
name = "prost-types"
32233246
version = "0.12.6"
@@ -3236,6 +3259,15 @@ dependencies = [
32363259
"prost 0.13.5",
32373260
]
32383261

3262+
[[package]]
3263+
name = "prost-types"
3264+
version = "0.14.1"
3265+
source = "registry+https://github.com/rust-lang/crates.io-index"
3266+
checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
3267+
dependencies = [
3268+
"prost 0.14.1",
3269+
]
3270+
32393271
[[package]]
32403272
name = "quickcheck"
32413273
version = "1.0.3"
@@ -3630,7 +3662,7 @@ dependencies = [
36303662
name = "spiffe-proto"
36313663
version = "0.1.0"
36323664
dependencies = [
3633-
"prost 0.13.5",
3665+
"prost 0.14.1",
36343666
"tonic",
36353667
"tonic-build",
36363668
]

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ http = { version = "1" }
106106
http-body = { version = "1" }
107107
hyper = { version = "1", default-features = false }
108108
prometheus-client = { version = "0.23" }
109-
prost = { version = "0.13" }
109+
prost = { version = "0.14" }
110110
prost-build = { version = "0.13", default-features = false }
111-
prost-types = { version = "0.13" }
111+
prost-types = { version = "0.14" }
112112
tokio-rustls = { version = "0.26", default-features = false, features = [
113113
"logging",
114114
] }

0 commit comments

Comments
 (0)