Compare commits

...

3 Commits

Author SHA1 Message Date
ddaf74739d chore(deps): update rust crate mailchecker to 6.0.20
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-03-07 00:15:11 +00:00
c538f01148 Merge pull request 'chore(deps): update rust crate uuid to 1.22.0' (#480) from renovate/uuid-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-07 00:15:05 +00:00
1c2cd39305 chore(deps): update rust crate uuid to 1.22.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-03-06 00:14:55 +00:00
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@@ -2231,9 +2231,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "mailchecker"
version = "6.0.19"
version = "6.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abad4bc63045f04cfc55aa4c55d4ec0a890c377ce56463bfc2adc2bc059c4b84"
checksum = "e32897aec7dd28fa9a39f02a0a08e434f50e2761214e40cec745eb7c411cdb48"
dependencies = [
"fast_chemail",
"once_cell",
@@ -3777,9 +3777,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.21.0"
version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
dependencies = [
"getrandom 0.4.1",
"js-sys",

View File

@@ -19,7 +19,7 @@ serde_yml = "0.0.12"
env_logger = "0.11.9"
serde = { version = "1.0.228", features = ["derive"] }
bcrypt = "0.19.0"
uuid = { version = "1.21.0", features = ["v4"] }
uuid = { version = "1.22.0", features = ["v4"] }
mime_guess = "2.0.5"
askama = "0.15.4"
urlencoding = "2.1.3"
@@ -36,7 +36,7 @@ url = "2.5.8"
light-openid = { version = "1.1.0", features = ["crypto-wrapper"] }
rkyv = "0.8.15"
chrono = "0.4.44"
mailchecker = "6.0.19"
mailchecker = "6.0.20"
httpdate = "1.0.3"
build-time = "0.1.3"
hex = "0.4.3"