Compare commits
1 Commits
master
...
3521623d06
| Author | SHA1 | Date | |
|---|---|---|---|
| 3521623d06 |
@@ -10,7 +10,7 @@ clap = { version = "4.5.53", features = ["derive", "env"] }
|
||||
lazy_static = "1.5.0"
|
||||
anyhow = "1.0.100"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.143"
|
||||
serde_json = "1.0.145"
|
||||
rust-s3 = { version = "0.37.0", features = ["tokio"] }
|
||||
actix-web = "4.12.0"
|
||||
actix-session = { version = "0.11.0", features = ["redis-session"] }
|
||||
@@ -30,6 +30,6 @@ actix-remote-ip = "0.1.0"
|
||||
bytes = "1.11.0"
|
||||
sha2 = "0.11.0-rc.3"
|
||||
base16ct = { version = "0.3.0", features = ["alloc"] }
|
||||
ruma = { version = "0.14.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
|
||||
ruma = { version = "0.13.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
|
||||
actix-ws = "0.3.0"
|
||||
tokio = { version = "1.48.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
|
||||
|
||||
Reference in New Issue
Block a user