From 841b0a18018b183e9215190a8787a657a1613a81 Mon Sep 17 00:00:00 2001 From: ThePerkinrex Date: Thu, 14 Oct 2021 22:28:43 +0200 Subject: [PATCH] Update dependencies --- server/Cargo.toml | 6 +++--- server/src/server/protos/game.rs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 1283715..45f6075 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -33,8 +33,8 @@ schemars = "0.8" # PROTOBUF stack bytes = "1" -prost = "0.8" -prost-types = "0.8" +prost = "0.9" +prost-types = "0.9" # Database (SQLite) rusqlite = {version = "0.26", features=["bundled"]} @@ -46,4 +46,4 @@ fern = {version = "0.6", features = ["colored"]} chrono = "0.4" [build-dependencies] # PROTOBUF codegen -prost-build = "0.8" \ No newline at end of file +prost-build = "0.9" \ No newline at end of file diff --git a/server/src/server/protos/game.rs b/server/src/server/protos/game.rs index c86faa7..d8d735f 100644 --- a/server/src/server/protos/game.rs +++ b/server/src/server/protos/game.rs @@ -63,7 +63,7 @@ pub struct CardId { } #[derive(Clone, PartialEq, ::prost::Message)] pub struct GameStatus { - /// {a: [""], b:[""]} + /// {a: \[""\], b:\[""\]} #[prost(message, optional, tag="1")] pub common_piles: ::core::option::Option, /// [{...}, {...}]