This commit is contained in:
2026-08-16 16:35:27 +02:00
parent 47ede91e30
commit cdd6f0ccee
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -2432,6 +2432,7 @@ dependencies = [
"sea-orm", "sea-orm",
"serde", "serde",
"serde_json", "serde_json",
"sha2 0.11.0",
"thiserror", "thiserror",
"time", "time",
"tokio", "tokio",
+1
View File
@@ -41,4 +41,5 @@ anyhow = "1.0.104"
futures-util = "0.3" futures-util = "0.3"
form_urlencoded = "1.2.2" form_urlencoded = "1.2.2"
time = "0.3.55" time = "0.3.55"
sha2 = "0.11.0"