Skip to content

Commit

Permalink
Bump prost to 0.14 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 authored Nov 27, 2024
1 parent ab1306c commit a92d3bd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 59 deletions.
74 changes: 21 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions crates/fig_proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ license.workspace = true
workspace = true

[dependencies]
arbitrary = { version = "1.2.3", optional = true, features = ["derive"] }
arbitrary = { version = "1.4.1", optional = true, features = ["derive"] }
bytes.workspace = true
fig_util.workspace = true
hex.workspace = true
once_cell.workspace = true
prost = "0.12.1"
prost-reflect = { version = "0.13.0", features = ["serde", "derive"] }
rmp-serde = "1.1.0"
prost = "0.13.3"
prost-reflect = { version = "0.14.2", features = ["serde", "derive"] }
rmp-serde = "1.3.0"
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
Expand All @@ -27,6 +27,6 @@ thiserror.workspace = true
nix.workspace = true

[build-dependencies]
prost-build = "0.12.1"
prost-reflect-build = "0.13.0"
prost-build = "0.13.3"
prost-reflect-build = "0.14.0"
tempfile.workspace = true

0 comments on commit a92d3bd

Please sign in to comment.