Skip to content

Commit e2b9a96

Browse files
fix(deps): update rust crate prost to 0.14
1 parent a6630cf commit e2b9a96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tokio-stream = { version = "0.1" }
3333
tokio-util = { version = "0.7" }
3434
futures = "0.3"
3535
csv = { version = "1.3", optional = true }
36-
prost = { version= "0.13", optional = true }
36+
prost = { version= "0.14", optional = true }
3737
arrow = { version = "55", features = ["ipc"], optional = true }
3838

3939
[features]
@@ -53,7 +53,7 @@ tower-http = { version = "0.6", features = ["util", "map-response-body"] }
5353
tower-layer = "0.3"
5454
tower-service = "0.3"
5555
tokio = { version = "1", features = ["full"] }
56-
prost = { version= "0.13", features = ["prost-derive"] }
56+
prost = { version= "0.14", features = ["prost-derive"] }
5757
arrow = { version = "55", features = ["ipc"] }
5858
tracing = "0.1"
5959
tracing-subscriber = { version = "0.3"}

0 commit comments

Comments
 (0)