diff --git a/Cargo.toml b/Cargo.toml index a687a95..4039a44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Eir Nym "] repository = "https://github.com/eirtools/sqlgrep" [dependencies] -sqlx = { version = "=0.8.6", features = [ +sqlx = { version = "=0.9.0", features = [ "runtime-tokio-native-tls", "sqlite", "chrono",