Changes
-
Dependencies
actix-identity
from0.7.0
to0.8.0
fern
from0.6.2
to0.7.0
getrandom
from0.2.12
to0.2.15
log
from0.4.20
to0.4.22
once_cell
from1.19.0
to1.20.2
serde
from1.0.196
to1.0.214
thiserror
from1.0.57
to1.0.66
time
from0.3.34
to0.3.36
url
from2.5.0
to2.5.2
actix-web
from4.5.1
to4.9.0
actix-session
from0.9.0
to0.10.1
clap
from4.5.0
to4.5.20
uuid
from1.7.0
to1.11.0
sea-orm
from0.12.14
to1.1.0
lightningcss
from1.0.0-alpha.53
to1.0.0-alpha.59
proc-macro2
from1.0.78
to1.0.89
quote
from1.0.35
to1.0.37
-
Dockerfile
- Updated base image versions:
debian:12.5-slim
todebian:12.7-slim
alpine:3.19.1
toalpine:3.20.3
- Updated base image versions:
-
Code Refactoring
- Removed unused fields and annotations:
- Removed
name
field inAsset
struct insrc/model/asset.rs
and related functions inbuild.rs
- Removed
number_of_items
field inTrackerPagination
struct insrc/server/model/tracker_paginator.rs
and its usage insrc/server/route/home.rs
- Simplified Unix socket path validation in
src/model/cli.rs
- Removed
pointer_structural_match
lint setting insrc/main.rs
- Removed
- Removed unused fields and annotations:
Full Changelog: v0.1.18...v0.1.19