Skip to content

Commit 85f8e24

Browse files
build(deps): bump prost-build from 0.13.5 to 0.14.1
Bumps [prost-build](https://github.com/tokio-rs/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) --- updated-dependencies: - dependency-name: prost-build dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05e42f1 commit 85f8e24

File tree

18 files changed

+129
-77
lines changed

18 files changed

+129
-77
lines changed

Cargo.lock

Lines changed: 112 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ccsr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tracing = "0.1.43"
3636

3737
[build-dependencies]
3838
mz-build-tools = { path = "../build-tools", default-features = false }
39-
prost-build = "0.13.5"
39+
prost-build = "0.14.1"
4040

4141
[features]
4242
default = ["mz-build-tools/default", "workspace-hack"]

src/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ rand = "0.9.2"
8181

8282
[build-dependencies]
8383
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
84-
prost-build = "0.13.5"
84+
prost-build = "0.14.1"
8585

8686
[features]
8787
default = ["mz-build-tools/default", "workspace-hack"]

src/fivetran-destination/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ insta = "1.44"
4444

4545
[build-dependencies]
4646
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
47-
prost-build = "0.13.5"
47+
prost-build = "0.14.1"
4848
reqwest = { version = "0.12.25", features = ["blocking", "native-tls-vendored"] }
4949
tonic-build = "0.12.3"
5050

src/interchange/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tokio = { version = "1.48.0", features = ["macros"] }
4646

4747
[build-dependencies]
4848
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
49-
prost-build = "0.13.5"
49+
prost-build = "0.14.1"
5050

5151
[features]
5252
default = ["mz-build-tools/default", "workspace-hack"]

src/kafka-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
4040

4141
[build-dependencies]
4242
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
43-
prost-build = "0.13.5"
43+
prost-build = "0.14.1"
4444

4545
[features]
4646
default = ["mz-build-tools/default", "workspace-hack"]

src/mysql-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
4646

4747
[build-dependencies]
4848
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
49-
prost-build = "0.13.5"
49+
prost-build = "0.14.1"
5050

5151
[features]
5252
default = ["mz-build-tools/default", "workspace-hack"]

src/persist-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tempfile = "3.23.0"
7878

7979
[build-dependencies]
8080
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
81-
prost-build = "0.13.5"
81+
prost-build = "0.14.1"
8282
tonic-build = "0.12.3"
8383

8484
[features]

src/persist-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
3535
proptest = { version = "1.9.0", default-features = false, features = ["std"] }
3636

3737
[build-dependencies]
38-
prost-build = "0.13.5"
38+
prost-build = "0.14.1"
3939
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
4040

4141
[package.metadata.cargo-udeps.ignore]

src/persist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tempfile = "3.23.0"
8686

8787
[build-dependencies]
8888
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
89-
prost-build = "0.13.5"
89+
prost-build = "0.14.1"
9090

9191
[features]
9292
default = ["mz-build-tools/default", "workspace-hack"]

0 commit comments

Comments
 (0)