Skip to content

Commit 799081c

Browse files
capickettfacebook-github-bot
authored andcommitted
Fixup deprecated API usages from prost upgrade
Summary: Replace deprecate `from_i32` API from older version of prost. Needed to bump buck2 Cargo deps to make OSS build happy Reviewed By: dtolnay Differential Revision: D69620522 fbshipit-source-id: 5835ff1451358617d47f796075a3e8cdd676434e
1 parent cca6421 commit 799081c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allocative/allocative/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ indexmap = { version = "2.2.6", optional = true }
2424
num-bigint = { version = "0.4.3", optional = true }
2525
once_cell = { version = "1.15.0", optional = true }
2626
parking_lot = { version = "0.11.2", optional = true }
27-
prost-types = { version = "0.11.2", optional = true }
27+
prost-types = { version = "0.12.3", optional = true }
2828
relative-path = { version = "1.7.0", optional = true }
2929
serde_json = { version = "1.0.48", optional = true }
3030
slab = { version = "0.4.7", optional = true }

0 commit comments

Comments
 (0)