From 3f7c2c91e8df438334f4c0e333e8e53b25fbbfc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:13:52 +0000 Subject: [PATCH] chore(deps): update sqlx requirement from 0.8 to 0.9 in /My_server Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. - [Changelog](https://github.com/transact-rs/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.8.0...v0.8.6) --- updated-dependencies: - dependency-name: sqlx dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- My_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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