Skip to content

v0.1.19

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 22:29
· 1 commit to main since this release
9402e5f

Changes

  • Dependencies

    • actix-identity from 0.7.0 to 0.8.0
    • fern from 0.6.2 to 0.7.0
    • getrandom from 0.2.12 to 0.2.15
    • log from 0.4.20 to 0.4.22
    • once_cell from 1.19.0 to 1.20.2
    • serde from 1.0.196 to 1.0.214
    • thiserror from 1.0.57 to 1.0.66
    • time from 0.3.34 to 0.3.36
    • url from 2.5.0 to 2.5.2
    • actix-web from 4.5.1 to 4.9.0
    • actix-session from 0.9.0 to 0.10.1
    • clap from 4.5.0 to 4.5.20
    • uuid from 1.7.0 to 1.11.0
    • sea-orm from 0.12.14 to 1.1.0
    • lightningcss from 1.0.0-alpha.53 to 1.0.0-alpha.59
    • proc-macro2 from 1.0.78 to 1.0.89
    • quote from 1.0.35 to 1.0.37
  • Dockerfile

    • Updated base image versions:
      • debian:12.5-slim to debian:12.7-slim
      • alpine:3.19.1 to alpine:3.20.3
  • Code Refactoring

    • Removed unused fields and annotations:
      • Removed name field in Asset struct in src/model/asset.rs and related functions in build.rs
      • Removed number_of_items field in TrackerPagination struct in src/server/model/tracker_paginator.rs and its usage in src/server/route/home.rs
      • Simplified Unix socket path validation in src/model/cli.rs
      • Removed pointer_structural_match lint setting in src/main.rs

Full Changelog: v0.1.18...v0.1.19