Skip to content

Commit d65987a

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] <[email protected]>
1 parent db37be5 commit d65987a

File tree

19 files changed

+132
-80
lines changed

19 files changed

+132
-80
lines changed

Cargo.lock

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

src/catalog-protos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ similar-asserts = "1.7"
3434
anyhow = "1.0.100"
3535
md-5 = "0.10.6"
3636
mz-build-tools = { path = "../build-tools", default-features = false, features = ["protobuf-src"] }
37-
prost-build = "0.13.5"
37+
prost-build = "0.14.1"
3838
serde = { version = "1.0.219", features = ["derive"] }
3939
serde_json = "1.0.145"
4040

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.37"
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.8.5"
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.43"
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.11.13", 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
@@ -45,7 +45,7 @@ tokio = { version = "1.48.0", features = ["macros"] }
4545

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

5050
[features]
5151
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.7.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]

0 commit comments

Comments
 (0)