Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
docker-build:
name: Build Docker Image
runs-on: ubuntu-latest
needs: [test, clippy, fmt]
if: github.ref != 'refs/heads/main'
steps:
- name: Checkout code
Expand Down
74 changes: 27 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPL-3.0"

[dependencies]
anyhow = "1"
axum = { version = "0.7", features = ["http1", "tokio", "tower-log", "tracing"], default-features = false }
axum = { version = "0.8.6", features = ["http1", "tokio", "tower-log", "tracing"], default-features = false }
bytes = "1"
futures = "0.3"
image = { version = "0.25", features = ["jpeg"], default-features = false }
Expand All @@ -20,7 +20,7 @@ serde_derive = "1"
sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "sqlite", "macros", "migrate" ], default-features = false }
threema-gateway = "0.18"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"], default-features = false }
toml = "0.8"
toml = "0.9.8"
tower-http = { version = "0.6", features = ["trace"] }
tracing = "0.1"
tracing-log = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ can run the container as non-root.

Licensed under the AGPL version 3 or later. See `LICENSE.md` file.

Copyright (C) 2021–2024 Danilo Bargen
Copyright (C) 2021–2025 Danilo Bargen

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down