core: type user and auth session timestamps

This commit is contained in:
a.tolmachev
2026-04-12 22:11:43 +00:00
parent 624224f089
commit e03d4da925
14 changed files with 156 additions and 44 deletions
Generated
+7
View File
@@ -437,6 +437,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"thiserror",
"time",
]
[[package]]
@@ -474,6 +475,7 @@ dependencies = [
"serde_json",
"sqlx",
"thiserror",
"time",
"tokio",
"uuid",
]
@@ -588,6 +590,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
dependencies = [
"powerfmt",
"serde_core",
]
[[package]]
@@ -2450,6 +2453,7 @@ dependencies = [
"sha2",
"smallvec",
"thiserror",
"time",
"tokio",
"tokio-stream",
"tracing",
@@ -2533,6 +2537,7 @@ dependencies = [
"sqlx-core",
"stringprep",
"thiserror",
"time",
"tracing",
"whoami",
]
@@ -2570,6 +2575,7 @@ dependencies = [
"sqlx-core",
"stringprep",
"thiserror",
"time",
"tracing",
"whoami",
]
@@ -2594,6 +2600,7 @@ dependencies = [
"serde_urlencoded",
"sqlx-core",
"thiserror",
"time",
"tracing",
"url",
]