diff --git a/Cargo.toml b/Cargo.toml index a881ca0..78417b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde_json = "1.0" lru = "0.16" async-trait = "0.1" futures = "0.3" -sqlx = { version = "0.8.6", default-features = false, features = ["runtime-tokio-rustls", "mysql", "postgres", "chrono", "json", "bigdecimal", "uuid", "ipnet"] } +sqlx = { version = "0.9.0", default-features = false, features = ["runtime-tokio-rustls", "mysql", "postgres", "chrono", "json", "bigdecimal", "uuid", "ipnet"] } redis = { version = "0.25", features = ["tokio-comp", "connection-manager"] } tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }