From f2fdd2ffd6186aad4f4f8feac66e6dabcbdb5972 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 11 Mar 2022 09:11:52 +0200 Subject: chore: bump rusqlite version to 0.27 (current) "cargo update" doesn't do that automatically, as it's a minor version bump, from 0.26 to 0.27. Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81e4f70..5a8c9c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ pretty_env_logger = "0.4" rand = "0.8" reqwest = { version = "0.11", features = ["blocking", "json"]} rpassword = "5" -rusqlite = "0.26" +rusqlite = "0.27" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.8" -- cgit v1.2.1