Compare commits
2 Commits
1c26134a53
...
6b6ea9ea83
Author | SHA1 | Date | |
---|---|---|---|
6b6ea9ea83 | |||
1d5b132e7e |
@ -18,11 +18,11 @@ actix-session = { version = "0.10.1", features = ["cookie-session"] }
|
|||||||
actix-identity = "0.8.0"
|
actix-identity = "0.8.0"
|
||||||
actix-cors = "0.7.1"
|
actix-cors = "0.7.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
anyhow = "1.0.93"
|
anyhow = "1.0.97"
|
||||||
reqwest = { version = "0.12.15", features = ["json"] }
|
reqwest = { version = "0.12.15", features = ["json"] }
|
||||||
thiserror = "2.0.3"
|
thiserror = "2.0.3"
|
||||||
uuid = { version = "1.16.0", features = ["v4", "serde"] }
|
uuid = { version = "1.16.0", features = ["v4", "serde"] }
|
||||||
futures-util = "0.3.30"
|
futures-util = "0.3.30"
|
||||||
lazy-regex = "3.1.0"
|
lazy-regex = "3.4.1"
|
||||||
mime_guess = "2.0.4"
|
mime_guess = "2.0.4"
|
||||||
rust-embed = { version = "8.3.0" }
|
rust-embed = { version = "8.3.0" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user