mirror of
https://github.com/zzzzDev4/ias-tea-axum.git
synced 2025-04-21 07:41:21 +02:00
update to new shuttle platform
This commit is contained in:
parent
4de40c3d13
commit
a9bdb425ea
2 changed files with 558 additions and 405 deletions
943
Cargo.lock
generated
943
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
20
Cargo.toml
20
Cargo.toml
|
@ -5,14 +5,14 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
|
||||
axum = "0.7.3"
|
||||
chrono = "0.4.38"
|
||||
uuid = { version = "1.8.0", features = ["v4"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
shuttle-axum = "0.46.0"
|
||||
shuttle-runtime = "0.46.0"
|
||||
shuttle-shared-db = { version = "0.46.0", features = ["postgres", "sqlx"] }
|
||||
sqlx = { version = "0.7.1", features = [ "chrono", "uuid" ] }
|
||||
tokio = "1.28.2"
|
||||
axum = "0.7.9"
|
||||
chrono = "0.4.39"
|
||||
uuid = { version = "1.11.0", features = ["v4"] }
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
shuttle-axum = "0.49.0"
|
||||
shuttle-runtime = "0.49.0"
|
||||
shuttle-shared-db = { version = "0.49.0", features = ["postgres", "sqlx"] }
|
||||
sqlx = { version = "0.8.2", features = [ "chrono", "uuid" ] }
|
||||
tokio = "1.42.0"
|
||||
|
||||
tower-http = { version = "0.5.0", features = ["fs", "cors"] }
|
||||
tower-http = { version = "0.6.2", features = ["fs", "cors"] }
|
Loading…
Add table
Reference in a new issue