From 755daf72c817634947c228fd4a17e03b06bfb1e8 Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Wed, 20 Nov 2024 07:08:38 +0800 Subject: [PATCH] Update sqlx to 0.8.2 (#996) --- examples/Cargo.toml | 2 +- examples/db-postgres-sqlx/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 8afcf8eff..798f96470 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -59,6 +59,6 @@ tracing-subscriber = "0.3" tracing-test = "0.2.1" url = "2" chrono = "0.4" -sqlx = "0.8" +sqlx = "0.8.2" rust-embed = "8" time = "0.3" diff --git a/examples/db-postgres-sqlx/Cargo.toml b/examples/db-postgres-sqlx/Cargo.toml index 30891a730..8ec8e79b0 100644 --- a/examples/db-postgres-sqlx/Cargo.toml +++ b/examples/db-postgres-sqlx/Cargo.toml @@ -9,6 +9,6 @@ salvo = { workspace = true } tokio = { workspace = true, features = ["macros"] } tracing.workspace = true tracing-subscriber.workspace = true -sqlx = { version = "0.7", features = [ "runtime-tokio-native-tls" , "postgres" ] } +sqlx = { workspace = true, features = [ "runtime-tokio-native-tls" , "postgres" ] } serde = { workspace = true, features = ["derive"] } serde_json.workspace = true \ No newline at end of file