use time lib instead of sqlx type for OffsetDateTime
This commit is contained in:
parent
8ad706e1ee
commit
548d4fd21c
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2301,6 +2301,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serenity",
|
||||
"sqlx",
|
||||
"time",
|
||||
"tokio",
|
||||
"toml",
|
||||
"tracing",
|
||||
|
@ -18,3 +18,4 @@ chrono-tz = "0.10.0"
|
||||
reqwest = "0.12.9"
|
||||
serde_json = "1.0.133"
|
||||
libloading = "0.8.5"
|
||||
time = "0.3.36"
|
||||
|
@ -1,4 +1,4 @@
|
||||
use sqlx::types::time::OffsetDateTime;
|
||||
use time::OffsetDateTime;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Quote {
|
||||
|
Loading…
x
Reference in New Issue
Block a user