Update Rust crate prost to 0.14.0 (#27)
Some checks failed
Build and Test / account (push) Has been cancelled

This commit is contained in:
redbinder0526 2026-04-29 09:50:49 +02:00
commit 267d85081c
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ rocket_cors = "0.6.0"
juniper = { version = "0.17.0", features = ["chrono"] }
juniper_rocket = "0.10.0"
prost = "0.13.4"
prost = "0.14.0"
lettre = "0.11.15"
rand = "0.8.5"
reqwest = "0.13.0"