From 3eb795d11d62103626895f922187b9449adb76af Mon Sep 17 00:00:00 2001 From: Gavin Panella Date: Tue, 23 Jul 2024 12:35:20 +0200 Subject: [PATCH] Bump sqlx-store up to SQLx 0.8.0 --- sqlx-store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-store/Cargo.toml b/sqlx-store/Cargo.toml index cb0ffd4..10665c6 100644 --- a/sqlx-store/Cargo.toml +++ b/sqlx-store/Cargo.toml @@ -20,7 +20,7 @@ mysql = ["sqlx/mysql"] [dependencies] async-trait = "0.1.77" rmp-serde = "1.1.2" -sqlx = { version = "0.7.2", features = ["time", "runtime-tokio"] } +sqlx = { version = "0.8.0", features = ["time", "runtime-tokio"] } thiserror = "1.0.56" time = "0.3.31" tower-sessions-core = { version = "0.12.1", features = ["deletion-task"] }