From 7c21dc2fb248a4b99a5b1e67179bc8a4de7dcb21 Mon Sep 17 00:00:00 2001 From: rjkz808 Date: Sat, 2 Mar 2024 22:02:52 +0300 Subject: [PATCH] Bump rusqlite version --- refinery_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refinery_core/Cargo.toml b/refinery_core/Cargo.toml index 0bd2ea05..63adaa6e 100644 --- a/refinery_core/Cargo.toml +++ b/refinery_core/Cargo.toml @@ -29,7 +29,7 @@ url = "2.0" walkdir = "2.3.1" # allow multiple versions of the same dependency if API is similar -rusqlite = { version = ">= 0.23, <= 0.30", optional = true } +rusqlite = { version = ">= 0.23, <= 0.31", optional = true } postgres = { version = ">=0.17, <= 0.19", optional = true } tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true } mysql = { version = ">= 21.0.0, <= 24", optional = true, default-features = false, features = ["minimal"] }