add mongodb and bson(flag chrono-0_4) as a dependency
This commit is contained in:
parent
e2d2cebed8
commit
e4007095ab
719
Cargo.lock
generated
719
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,6 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
async-trait = "0.1.88"
|
||||
bb8 = "0.8.6"
|
||||
bson = { version = "2.14.0", features = ["chrono-0_4"] }
|
||||
chrono = "0.4.40"
|
||||
chrono-tz = "0.10.3"
|
||||
diesel = { version = "2.2.8", features = ["postgres", "chrono"] }
|
||||
@ -16,6 +17,7 @@ diesel-derive-enum = "2.1.0"
|
||||
dotenvy = "0.15.7"
|
||||
enum_stringify = "0.6.3"
|
||||
envconfig = "0.11.0"
|
||||
mongodb = "3.2.3"
|
||||
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
||||
teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }
|
||||
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user