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