diff --git a/My_server/Cargo.toml b/My_server/Cargo.toml index fb9d442..f936c0a 100644 --- a/My_server/Cargo.toml +++ b/My_server/Cargo.toml @@ -85,7 +85,7 @@ async-trait = "0.1" futures-util = "0.3" # 数据库 -sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "mysql", "uuid", "chrono", "json", "bigdecimal", "migrate"] } +sqlx = { version = "0.9", features = ["runtime-tokio-rustls", "postgres", "mysql", "uuid", "chrono", "json", "bigdecimal", "migrate"] } postgres-types = { version = "0.2", features = ["derive", "with-chrono-0_4", "with-uuid-1", "with-serde_json-1"] } # WebSocket