Skip to content

Commit f74c727

Browse files
committed
chore: update prost crates to 0.13
this commit updates the `prost` and `prost-derive` dependencies. these crates are updated to use the 0.13 release. Signed-off-by: katelyn martin <[email protected]>
1 parent 0fa575e commit f74c727

File tree

2 files changed

+11
-34
lines changed

2 files changed

+11
-34
lines changed

Cargo.lock

+8-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ cfg-if = "1.0"
3535
smallvec = "1.7"
3636

3737
inferno = { version = "0.11", default-features = false, features = ["nameattr"], optional = true }
38-
prost = { version = "0.12", optional = true }
39-
prost-derive = { version = "0.12", optional = true }
38+
prost = { version = "0.13", optional = true }
39+
prost-derive = { version = "0.13", optional = true }
4040
protobuf = { version = "2.0", optional = true }
4141
criterion = {version = "0.5", optional = true}
4242
aligned-vec = "0.6"
@@ -51,7 +51,7 @@ criterion = "0.5"
5151
rand = "0.8.0"
5252

5353
[build-dependencies]
54-
prost-build = { version = "0.12", optional = true }
54+
prost-build = { version = "0.13", optional = true }
5555
sha2 = { version = "0.10", optional = true }
5656
protobuf-codegen-pure = { version = "2.0", optional = true }
5757

0 commit comments

Comments
 (0)