From 8b2943c49b6747fd32c65cb73114e631042f6d4a Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 14 Feb 2023 19:05:06 -0600 Subject: [PATCH] Update rusqlite from 0.27.0 to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index baf14409..c56f3643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rand = "^0.8" sled = { version = "0.34", optional = true } electrum-client = { version = "0.12", optional = true } esplora-client = { version = "0.3", default-features = false, optional = true } -rusqlite = { version = "0.27.0", optional = true } +rusqlite = { version = "0.28.0", optional = true } ahash = { version = "0.7.6", optional = true } futures = { version = "0.3", optional = true } async-trait = { version = "0.1", optional = true }