forked from spacebar/rust-nex
fix things related to time in KerberosDateTime and datastore
This commit is contained in:
parent
18cbd17d41
commit
f2fc26661b
4 changed files with 178 additions and 194 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue