1 Commits

Author SHA1 Message Date
877aaae07b Update Rust crate chrono to 0.4.44
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-24 00:12:05 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -843,9 +843,9 @@ dependencies = [
[[package]]
name = "chrono"
version = "0.4.43"
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
dependencies = [
"iana-time-zone",
"js-sys",

View File

@@ -35,7 +35,7 @@ webauthn-rs = { version = "0.5.4", features = ["danger-allow-state-serialisation
url = "2.5.8"
light-openid = { version = "1.1.0", features = ["crypto-wrapper"] }
rkyv = "0.8.15"
chrono = "0.4.43"
chrono = "0.4.44"
mailchecker = "6.0.19"
httpdate = "1.0.3"
build-time = "0.1.3"