From: Philipp Hoenisch Date: Mon, 6 Jun 2022 00:57:50 +0000 (+1000) Subject: Bump rusqlite X-Git-Tag: 0.20.0~21^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.EncoderStringWriter.html?a=commitdiff_plain;h=3283a200bc5fef4bca38954abad669130125f70c;p=bdk Bump rusqlite Signed-off-by: Philipp Hoenisch --- diff --git a/Cargo.toml b/Cargo.toml index 0cedf82e..797092d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rand = "^0.7" # Optional dependencies sled = { version = "0.34", optional = true } electrum-client = { version = "0.10", optional = true } -rusqlite = { version = "0.25.3", optional = true } +rusqlite = { version = "0.27.0", optional = true } ahash = { version = "0.7.6", optional = true } reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] } ureq = { version = "~2.2.0", features = ["json"], optional = true }