Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
e3114beb9a |
2 changed files with 197 additions and 270 deletions
465
Cargo.lock
generated
465
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -10,4 +10,4 @@ axum = "0.8.1"
|
||||||
serde = { version = "1.0.188", features = ["derive"] }
|
serde = { version = "1.0.188", features = ["derive"] }
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.107"
|
||||||
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres"] }
|
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres"] }
|
||||||
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "signal"] }
|
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue