Skip to content

Commit

Permalink
chore(deps): update rust crate prost to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent f68fd12 commit c815b71
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.11", optional = true }
prost = { version= "0.12", optional = true }

[features]
default = []
Expand All @@ -51,7 +51,7 @@ tower-http = { version = "0.4", features = ["util", "map-response-body"] }
tower-layer = "0.3"
tower-service = "0.3"
tokio = { version = "1", features = ["full"] }
prost = { version= "0.11", features = ["prost-derive"] }
prost = { version= "0.12", features = ["prost-derive"] }

[[example]]
name = "json-example"
Expand Down

0 comments on commit c815b71

Please sign in to comment.