about summary refs log tree commit diff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index ebd13cd..46dd94a 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -8,17 +8,17 @@ homepage = "https://sho.rest/"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-actix-web = "2.0"
-actix-rt = "1.0"
-serde = "1.0.106"
-serde_derive = "1.0.106"
-env_logger = "0.7.1"
+actix-web = "3.3"
+actix-rt = "1.1"
+serde = "1.0"
+serde_derive = "1.0"
+env_logger = "0.8.2"
 dotenv = "0.15.0"
 crc32fast = "1.2.0"
-base64 = "0.12.0"
-url = "2.1.1"
-diesel = { version = "1.4.4", features = ["postgres", "r2d2"] }
+base64 = "0.13.0"
+url = "2.2.0"
+diesel = { version = "1.4.5", features = ["postgres", "r2d2"] }
 diesel_migrations = "1.4.0"
-actix-files = "0.2.1"
+actix-files = "0.5.0"
 openssl = "*"