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"