5 Commits

Author SHA1 Message Date
c877e4f4ad Update Rust crate serde_json to 1.0.145
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-10-03 00:37:19 +00:00
392b9fd5d6 Merge pull request 'Update docker.io/postgres Docker tag to v18' (#104) from renovate/docker.io-postgres-18.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-02 00:36:52 +00:00
1c47cbe0d8 Update docker.io/postgres Docker tag to v18
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-10-01 00:35:26 +00:00
becfea8e82 Merge pull request 'Update Rust crate thiserror to 2.0.17' (#103) from renovate/thiserror-2.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2025-09-30 00:35:04 +00:00
f6c9d7f4d6 Update Rust crate thiserror to 2.0.17
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-09-30 00:35:02 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -10,18 +10,18 @@ clap = { version = "4.5.48", 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.11.0"
actix-session = { version = "0.11.0", features = ["redis-session"] }
light-openid = "1.0.4"
thiserror = "2.0.16"
thiserror = "2.0.17"
rand = "0.9.2"
rust-embed = "8.7.2"
mime_guess = "2.0.5"
askama = "0.14.0"
urlencoding = "2.1.3"
uuid = { version = "1.18.1", features = ["v4", "serde"] }
uuid = { version = "1.18.0", features = ["v4", "serde"] }
ipnet = { version = "2.11.0", features = ["serde"] }
chrono = "0.4.42"
futures-util = { version = "0.3.31", features = ["sink"] }

View File

@@ -30,7 +30,7 @@ services:
- 8448:8448/tcp
db:
image: docker.io/postgres:17-alpine
image: docker.io/postgres:18-alpine
user: "1000"
environment:
- POSTGRES_USER=synapse