From: Steve Myers Date: Wed, 15 Feb 2023 01:05:06 +0000 (-0600) Subject: Update rusqlite from 0.27.0 to 0.28.0 X-Git-Tag: v1.0.0-alpha.0~9^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.EncoderStringWriter.html?a=commitdiff_plain;h=8b2943c49b6747fd32c65cb73114e631042f6d4a;p=bdk Update rusqlite from 0.27.0 to 0.28.0 --- 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 }