Compare commits
2 Commits
7391a4f488
...
2268e7cbff
| Author | SHA1 | Date | |
|---|---|---|---|
| 2268e7cbff | |||
| 4801ed7cf9 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -843,9 +843,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.43"
|
version = "0.4.44"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ webauthn-rs = { version = "0.5.4", features = ["danger-allow-state-serialisation
|
|||||||
url = "2.5.8"
|
url = "2.5.8"
|
||||||
light-openid = { version = "1.1.0", features = ["crypto-wrapper"] }
|
light-openid = { version = "1.1.0", features = ["crypto-wrapper"] }
|
||||||
rkyv = "0.8.15"
|
rkyv = "0.8.15"
|
||||||
chrono = "0.4.43"
|
chrono = "0.4.44"
|
||||||
mailchecker = "6.0.19"
|
mailchecker = "6.0.19"
|
||||||
httpdate = "1.0.3"
|
httpdate = "1.0.3"
|
||||||
build-time = "0.1.3"
|
build-time = "0.1.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user