Compare commits
1 Commits
renovate/l
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| ab7a795b63 |
9
geneit_backend/Cargo.lock
generated
9
geneit_backend/Cargo.lock
generated
@@ -721,9 +721,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.42"
|
version = "0.4.43"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
@@ -2338,16 +2338,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "light-openid"
|
name = "light-openid"
|
||||||
version = "1.1.0"
|
version = "1.0.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9fb1050b0078d4feced56e91058c8182c8ee7b06861004973e5f7c1ca03f6f39"
|
checksum = "a6a15777d080e807d5b6b3c0b5a293f7d4680d74a4c66b0cdf9db0441ea9f548"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"log",
|
"log",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"thiserror 2.0.17",
|
|
||||||
"urlencoding",
|
"urlencoding",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ redis = "0.32.7"
|
|||||||
lettre = "0.11.19"
|
lettre = "0.11.19"
|
||||||
rand = "0.9.2"
|
rand = "0.9.2"
|
||||||
bcrypt = "0.17.1"
|
bcrypt = "0.17.1"
|
||||||
light-openid = "1.1.0"
|
light-openid = "1.0.4"
|
||||||
thiserror = "2.0.17"
|
thiserror = "2.0.17"
|
||||||
serde_with = "3.14.0"
|
serde_with = "3.14.0"
|
||||||
rust_iso3166 = "0.1.14"
|
rust_iso3166 = "0.1.14"
|
||||||
@@ -40,4 +40,4 @@ mime_guess = "2.0.5"
|
|||||||
tempfile = "3.20.0"
|
tempfile = "3.20.0"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
ical = { version = "0.11.0", features = ["generator", "ical", "vcard"] }
|
ical = { version = "0.11.0", features = ["generator", "ical", "vcard"] }
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.43"
|
||||||
|
|||||||
Reference in New Issue
Block a user