diff --git a/Cargo.toml b/Cargo.toml index a9d3cb7..beaa889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ async-trait = "0.1.50" ouroboros = "0.18" # Sql library for async impl -sqlx = { version = "0.8.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true } +sqlx = { version = "0.9.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true } # Kafka library rdkafka = { version = "0.35.*", features = ["ssl-vendored"], optional = true } # Rabbit library