+2
-2
Cargo.lock
+2
-2
Cargo.lock
+1
-1
Cargo.toml
+1
-1
Cargo.toml
···
13
actix-web = "4.4"
14
actix-files = "0.6"
15
actix-cors = "0.6"
16
-
tokio = { version = "1.36", features = ["rt-multi-thread", "macros"] }
17
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "sqlite", "chrono"] }
18
serde = { version = "1.0", features = ["derive"] }
19
serde_json = "1.0"
···
13
actix-web = "4.4"
14
actix-files = "0.6"
15
actix-cors = "0.6"
16
+
tokio = { version = "1.43", features = ["rt-multi-thread", "macros"] }
17
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "sqlite", "chrono"] }
18
serde = { version = "1.0", features = ["derive"] }
19
serde_json = "1.0"