Skip to content

Commit a92d3bd

Browse files
authored
Bump prost to 0.14 (#108)
1 parent ab1306c commit a92d3bd

File tree

2 files changed

+27
-59
lines changed

2 files changed

+27
-59
lines changed

Cargo.lock

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

crates/fig_proto/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ license.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14-
arbitrary = { version = "1.2.3", optional = true, features = ["derive"] }
14+
arbitrary = { version = "1.4.1", optional = true, features = ["derive"] }
1515
bytes.workspace = true
1616
fig_util.workspace = true
1717
hex.workspace = true
1818
once_cell.workspace = true
19-
prost = "0.12.1"
20-
prost-reflect = { version = "0.13.0", features = ["serde", "derive"] }
21-
rmp-serde = "1.1.0"
19+
prost = "0.13.3"
20+
prost-reflect = { version = "0.14.2", features = ["serde", "derive"] }
21+
rmp-serde = "1.3.0"
2222
serde.workspace = true
2323
serde_json.workspace = true
2424
thiserror.workspace = true
@@ -27,6 +27,6 @@ thiserror.workspace = true
2727
nix.workspace = true
2828

2929
[build-dependencies]
30-
prost-build = "0.12.1"
31-
prost-reflect-build = "0.13.0"
30+
prost-build = "0.13.3"
31+
prost-reflect-build = "0.14.0"
3232
tempfile.workspace = true

0 commit comments

Comments
 (0)