diff --git a/Cargo.toml b/Cargo.toml index f1f3215f..69c91971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ tokio = { version = "1.19", features = [ "time", ] } rustls-pki-types = { version = "1.10" } -rusqlite = { version = "0.39.0", features = ["column_decltype"] } +rusqlite = { version = "0.40.0", features = ["column_decltype"] } ## for loading custom cert files rustls-pemfile = "2.0"