mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-23 16:50:49 +00:00
Massive dependencies bump
This commit is contained in:
parent
dd1867e222
commit
8632f0e99c
24 changed files with 744 additions and 841 deletions
|
@ -2,13 +2,13 @@
|
|||
name = "youmubot-db-sql"
|
||||
version = "0.1.0"
|
||||
authors = ["Natsu Kagami <nki@nkagami.me>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "sqlite", "chrono", "offline"] }
|
||||
thiserror = "1"
|
||||
chrono = "0.4"
|
||||
futures-util = "0.3"
|
||||
either = "1"
|
||||
sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "sqlite", "chrono", "offline"] }
|
||||
thiserror = "1.0.31"
|
||||
chrono = "0.4.19"
|
||||
futures-util = "0.3.21"
|
||||
either = "1.6.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue