Skip to content

Commit 83aaac8

Browse files
authored
fix(deps): revert to previous prost-reflect - Vector compatibility (#1397)
1 parent fd302b0 commit 83aaac8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ ofb = { version = "0.6", optional = true }
217217

218218
# Protobuf support.
219219
prost = { version = "0.13", default-features = false, optional = true, features = ["std"] }
220-
prost-reflect = { version = "0.15", default-features = false, optional = true }
220+
prost-reflect = { version = "0.14", default-features = false, optional = true }
221221
unicode-segmentation = "1.12.0"
222222
lz4_flex = "0.11.3"
223223

0 commit comments

Comments
 (0)