Skip to content

Commit

Permalink
Cargo.toml: Bump prost and prost-build to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm authored and gowthamsk-arm committed Oct 5, 2023
1 parent 52d8f01 commit 661d7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ edition = "2018"
rust-version = "1.66.0"

[build-dependencies]
prost-build = { version = "0.8.0", optional = true }
prost-build = { version = "0.9.0", optional = true }

[dependencies]
serde = { version = "1.0.115", features = ["derive"] }
bincode = "1.3.1"
num-traits = "0.2.12"
num-derive = "0.3.2"
num = "0.4.0"
prost = "0.8.0"
prost = "0.9.0"
arbitrary = { version = "0.4.6", features = ["derive"], optional = true }
uuid = "0.8.1"
log = "0.4.11"
Expand Down

0 comments on commit 661d7bb

Please sign in to comment.