Skip to content

Commit

Permalink
chore(deps): update rust crate prost to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent d73a330 commit 2e7dcd9
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 @@ -33,7 +33,7 @@ tokio-stream = { version = "0.1" }
tokio-util = { version = "0.7" }
futures = "0.3"
csv = { version = "1.3", optional = true }
prost = { version= "0.12", optional = true }
prost = { version= "0.12.4", optional = true }
arrow = { version = "51", features = ["ipc"], optional = true }

[features]
Expand All @@ -53,7 +53,7 @@ tower-http = { version = "0.5", features = ["util", "map-response-body"] }
tower-layer = "0.3"
tower-service = "0.3"
tokio = { version = "1", features = ["full"] }
prost = { version= "0.12", features = ["prost-derive"] }
prost = { version= "0.12.4", features = ["prost-derive"] }
arrow = { version = "51", features = ["ipc"] }

[[example]]
Expand Down

0 comments on commit 2e7dcd9

Please sign in to comment.