Compare commits
11 Commits
5da5a31461
...
renovate/s
Author | SHA1 | Date | |
---|---|---|---|
c877e4f4ad | |||
392b9fd5d6 | |||
1c47cbe0d8 | |||
becfea8e82 | |||
f6c9d7f4d6 | |||
34bca2b609 | |||
5cd681b8da | |||
55b253c9a6 | |||
504dabfe67 | |||
75b04a4998 | |||
e076c4b9fe |
@@ -9,13 +9,13 @@ env_logger = "0.11.8"
|
|||||||
clap = { version = "4.5.48", features = ["derive", "env"] }
|
clap = { version = "4.5.48", features = ["derive", "env"] }
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
anyhow = "1.0.100"
|
anyhow = "1.0.100"
|
||||||
serde = { version = "1.0.225", features = ["derive"] }
|
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"] }
|
rust-s3 = { version = "0.37.0", features = ["tokio"] }
|
||||||
actix-web = "4.11.0"
|
actix-web = "4.11.0"
|
||||||
actix-session = { version = "0.11.0", features = ["redis-session"] }
|
actix-session = { version = "0.11.0", features = ["redis-session"] }
|
||||||
light-openid = "1.0.4"
|
light-openid = "1.0.4"
|
||||||
thiserror = "2.0.16"
|
thiserror = "2.0.17"
|
||||||
rand = "0.9.2"
|
rand = "0.9.2"
|
||||||
rust-embed = "8.7.2"
|
rust-embed = "8.7.2"
|
||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.5"
|
||||||
|
@@ -30,7 +30,7 @@ services:
|
|||||||
- 8448:8448/tcp
|
- 8448:8448/tcp
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: docker.io/postgres:17-alpine
|
image: docker.io/postgres:18-alpine
|
||||||
user: "1000"
|
user: "1000"
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=synapse
|
- POSTGRES_USER=synapse
|
||||||
|
Reference in New Issue
Block a user