Compare commits
2 Commits
24fa6ee4c7
...
b65b810746
Author | SHA1 | Date | |
---|---|---|---|
b65b810746 | |||
e14c8af5c5 |
@ -15,7 +15,7 @@ rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }
|
|||||||
actix-web = "4.10.2"
|
actix-web = "4.10.2"
|
||||||
actix-session = { version = "0.10.1", features = ["redis-session"] }
|
actix-session = { version = "0.10.1", features = ["redis-session"] }
|
||||||
light-openid = "1.0.4"
|
light-openid = "1.0.4"
|
||||||
thiserror = "2.0.11"
|
thiserror = "2.0.12"
|
||||||
rand = "0.9.0"
|
rand = "0.9.0"
|
||||||
rust-embed = "8.6.0"
|
rust-embed = "8.6.0"
|
||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.5"
|
||||||
@ -28,7 +28,7 @@ futures-util = { version = "0.3.31", features = ["sink"] }
|
|||||||
jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-rust"] }
|
jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-rust"] }
|
||||||
actix-remote-ip = "0.1.0"
|
actix-remote-ip = "0.1.0"
|
||||||
bytes = "1.10.1"
|
bytes = "1.10.1"
|
||||||
sha2 = "0.11.0-pre.4"
|
sha2 = "0.11.0-pre.5"
|
||||||
base16ct = "0.2.0"
|
base16ct = "0.2.0"
|
||||||
ruma = { version = "0.12.2", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
|
ruma = { version = "0.12.2", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
|
||||||
actix-ws = "0.3.0"
|
actix-ws = "0.3.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user