From f26d4bd93408037c94b6c52efdda6348b2e911c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Oct 2024 00:05:40 +0000 Subject: [PATCH] Update Rust crate sqlx to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5651713..8121445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ matrix-sdk = { version = "0.7.1", features = ["anyhow"] } meshtastic = "0.1.6" serde = { version = "1.0.210", features = ["derive"]} serde_json = "1.0.128" -sqlx = { version = "0.7.3", features = ["runtime-tokio-native-tls", "sqlite"] } +sqlx = { version = "0.8.0", features = ["runtime-tokio-native-tls", "sqlite"] } tokio = "1.40.0"