fix things related to time in KerberosDateTime and datastore

This commit is contained in:
Maple Nebel 2026-06-18 22:36:17 +02:00
commit f2fc26661b
4 changed files with 178 additions and 194 deletions

4
Cargo.lock generated
View file

@ -2871,7 +2871,6 @@ dependencies = [
"sha2 0.10.9",
"smallvec",
"thiserror",
"time",
"tokio",
"tokio-stream",
"tracing",
@ -2955,7 +2954,6 @@ dependencies = [
"sqlx-core",
"stringprep",
"thiserror",
"time",
"tracing",
"whoami",
]
@ -2994,7 +2992,6 @@ dependencies = [
"sqlx-core",
"stringprep",
"thiserror",
"time",
"tracing",
"whoami",
]
@ -3020,7 +3017,6 @@ dependencies = [
"serde_urlencoded",
"sqlx-core",
"thiserror",
"time",
"tracing",
"url",
]