+2
-2
Cargo.lock
+2
-2
Cargo.lock
···
2431
2431
2432
2432
[[package]]
2433
2433
name = "tokio"
2434
-
version = "1.43.0"
2434
+
version = "1.43.1"
2435
2435
source = "registry+https://github.com/rust-lang/crates.io-index"
2436
-
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
2436
+
checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c"
2437
2437
dependencies = [
2438
2438
"backtrace",
2439
2439
"bytes",
+1
-1
Cargo.toml
+1
-1
Cargo.toml
···
13
13
actix-web = "4.4"
14
14
actix-files = "0.6"
15
15
actix-cors = "0.6"
16
-
tokio = { version = "1.36", features = ["rt-multi-thread", "macros"] }
16
+
tokio = { version = "1.43", features = ["rt-multi-thread", "macros"] }
17
17
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "sqlite", "chrono"] }
18
18
serde = { version = "1.0", features = ["derive"] }
19
19
serde_json = "1.0"