Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from AOx0/dependabot/cargo/prost-0.12.0
Browse files Browse the repository at this point in the history
Update prost requirement from 0.11.9 to 0.12.0
  • Loading branch information
AOx0 authored Sep 4, 2023
2 parents e502c0a + b9e0dce commit a1c5cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ axum = { version = "0.6.20", features = ["macros"] }
axum-extra = { version = "0.7.7", features = ["protobuf"] }
dhat = { version = "0.3.2", optional = true }
dotenv = "0.15.0"
prost = "0.11.9"
prost = "0.12.0"
serde = { version = "1.0.186", features = ["derive"] }
sqlx = { version = "0.7.1", features = ["runtime-tokio", "mysql"] }
tokio = { version = "1.32.0", features = ["full"] }
Expand Down

0 comments on commit a1c5cf0

Please sign in to comment.