From 12c326ad86581f1e5004a08c842c8659e4048715 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Sun, 27 Sep 2020 16:00:01 -0600 Subject: [PATCH] Update rusqlite version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62bfabd..64d79a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rusqlite = "0.23.1" +rusqlite = "0.24.0" color-eyre = "0.5.1" eyre = "0.6.0" thiserror = "1.0.20"