From e1b3ee11f2651c7b0afba6858a03cc45adb33a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 3 Jan 2025 21:40:51 +0100 Subject: [PATCH] Update sqlx --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9c6775..e76b90b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ nom = { version = "7.1.3", default-features = false } rand = { version = "0.8.5", default-features = false } rsa = { version = "0.9.0", default-features = false, features = ["sha2", "std"] } sha2 = { version = "0.10.6", default-features = false, features = ["asm"] } -sqlx = { version = "0.7.1", default-features = false, features = ["runtime-tokio-native-tls", "macros", "migrate", "sqlite", "time"] } +sqlx = { version = "0.8.2", default-features = false, features = ["runtime-tokio-native-tls", "macros", "migrate", "sqlite", "time"] } tokio = { version = "1.27.0", default-features = false, features = ["rt-multi-thread", "io-std", "io-util", "macros", "sync", "time", "process"] } uuid = { version = "1.3.1", default-features = false, features = ["v4", "fast-rng"] }