Browse Source

Update dependencies

main
ThePerkinrex 5 years ago
parent
commit
1ab8da0612
No known key found for this signature in database GPG Key ID: FD81DE6D75E20917
  1. 8
      server/Cargo.toml

8
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"
prost-build = "0.8"
Loading…
Cancel
Save