Skip to content

Commit

Permalink
依赖库修改
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzcfc committed Aug 1, 2024
1 parent e59464c commit 4e982bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion np_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clap = { version = "4.4.12", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.7", features = [ "mysql", "sqlite", "runtime-tokio"] }
sea-orm = { version = "0.12.14", features = ["sqlx-mysql", "sqlx-sqlite", "runtime-tokio"] }
sea-orm = { version = "0.12", features = ["sqlx-mysql", "sqlx-sqlite", "runtime-tokio"] }
rand = "0.8.5"
actix-web = { version = "4.4" }
actix-files = { version = "0.6" }
Expand Down

0 comments on commit 4e982bf

Please sign in to comment.