Bring chain versions up to proper version and bring dependencies up to current version.
This commit is contained in:
parent
86b878cd60
commit
d2c6fe7aec
4 changed files with 143 additions and 419 deletions
|
|
@ -7,10 +7,10 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
warp = "0.3.7"
|
||||
warp = "0.4.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "mysql", "chrono"] }
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "mysql", "chrono"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue