Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Nov 28, 2024
1 parent 33b1c08 commit e3eb402
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/central/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ tokio = { version = "1.41.1", features = ["full"] }
json_comments = "0.2.2"
rocket = { version = "0.5.1", features = ["json"] }
rocket_db_pools = { version = "0.2.0", features = ["sqlx_sqlite"] }
sqlx = { version = "0.8.2", features = ["migrate"] }
sqlx = { version = "0.6.3", features = ["migrate"] }
rocket_cors = "0.6.0"
const_format = "0.2.33"
hex = "0.4.3"
libsqlite3-sys = { version = "0.25.1", links = "sqlx" }

0 comments on commit e3eb402

Please sign in to comment.