Compare commits

...

2 Commits

Author SHA1 Message Date
2babedcba4 Update Rust crate sha2 to 0.10.9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-05-07 00:23:47 +00:00
fd870317dd Update Rust crate rand to 0.9.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-05-06 00:23:48 +00:00
2 changed files with 8 additions and 9 deletions

View File

@ -64,7 +64,7 @@ dependencies = [
"mime",
"percent-encoding",
"pin-project-lite",
"rand 0.9.0",
"rand 0.9.1",
"sha1",
"smallvec",
"tokio",
@ -1443,7 +1443,7 @@ dependencies = [
"log",
"mailchecker",
"mime_guess",
"rand 0.9.0",
"rand 0.9.1",
"redis",
"rust-s3",
"rust_iso3166",
@ -2904,13 +2904,12 @@ dependencies = [
[[package]]
name = "rand"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
"zerocopy 0.8.24",
]
[[package]]
@ -3468,9 +3467,9 @@ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
[[package]]
name = "sha2"
version = "0.10.8"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
"cfg-if",
"cpufeatures",

View File

@ -24,14 +24,14 @@ serde_json = "1.0.140"
mailchecker = "6.0.17"
redis = "0.29.5"
lettre = "0.11.15"
rand = "0.9.0"
rand = "0.9.1"
bcrypt = "0.17.0"
light-openid = "1.0.4"
thiserror = "2.0.12"
serde_with = "3.12.0"
rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1"
sha2 = "0.10.8"
sha2 = "0.10.9"
image = "0.25.6"
uuid = { version = "1.16.0", features = ["v4"] }
httpdate = "1.0.3"