Compare commits
5 Commits
fix/versio
...
b571ed1bd0
Author | SHA1 | Date | |
---|---|---|---|
b571ed1bd0 | |||
2bfa5161ee | |||
b0623a3f1b | |||
66179ba858 | |||
b9d5c25137 |
@@ -29,7 +29,7 @@ const_format = "0.2.32"
|
||||
rand = "0.8.5"
|
||||
validator = { version = "0.17.0", features = ["derive"] }
|
||||
# Http client
|
||||
reqwest = "0.11.24"
|
||||
reqwest = "0.12.0"
|
||||
# Password strength estimation
|
||||
zxcvbn = "2.2.2"
|
||||
# Image processing/conversion
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.86 AS builder
|
||||
FROM rust:1.87 AS builder
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y --no-install-recommends libclang-dev hunspell \
|
||||
|
Reference in New Issue
Block a user