From 1ab8da0612ba9c27c3032da1937c837f8c7f540d Mon Sep 17 00:00:00 2001 From: ThePerkinrex Date: Mon, 19 Jul 2021 15:43:29 +0200 Subject: [PATCH] Update dependencies --- server/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 2d149f5..091af1a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -20,7 +20,7 @@ lazy_static = "1" anyhow = "1.0" # Game loading -rhai = {version = "0.20", features = ["serde", "sync"]} +rhai = {version = "1.0", features = ["serde", "sync"]} serde_json = "1" serde = "1" schemars = "0.8" @@ -28,8 +28,8 @@ schemars = "0.8" # PROTOBUF stack bytes = "1" -prost = "0.7" -prost-types = "0.7" +prost = "0.8" +prost-types = "0.8" # Database (SQLite) rusqlite = {version = "0.25", features=["bundled"]} @@ -42,4 +42,4 @@ fern = {version = "0.6", features = ["colored"]} chrono = "0.4" [build-dependencies] # PROTOBUF codegen -prost-build = "0.7" \ No newline at end of file +prost-build = "0.8" \ No newline at end of file