update
This commit is contained in:
@ -9,7 +9,10 @@ edition = "2021"
|
||||
axum = "0.6.20"
|
||||
chrono = "0.4.31"
|
||||
dotenvy = "0.15.7"
|
||||
hyper = { version = "0.14.27", features = ["full"] }
|
||||
sea-orm = { version = "0.12.4", features = ["sqlx-mysql", "runtime-tokio-native-tls", "macros"] }
|
||||
serde = { version = "1.0.192", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
tokio = { version = "1.34.0", features = ["full"] }
|
||||
tower = "0.4.13"
|
||||
tower-http = { version = "0.4.4", features = ["fs"] }
|
||||
|
Reference in New Issue
Block a user