update libsqlite3-sys to 0.20

This commit is contained in:
dignifiedquire
2020-10-26 08:44:12 +01:00
committed by Austin Bonander
parent 964837e255
commit eae3f46237
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ hmac = { version = "0.9.0", default-features = false, optional = true }
itoa = "0.4.5"
ipnetwork = { version = "0.17.0", default-features = false, optional = true }
libc = "0.2.71"
libsqlite3-sys = { version = "0.18.0", optional = true, default-features = false, features = [ "pkg-config", "vcpkg", "bundled" ] }
libsqlite3-sys = { version = "0.20.1", optional = true, default-features = false, features = [ "pkg-config", "vcpkg", "bundled" ] }
log = { version = "0.4.8", default-features = false }
md-5 = { version = "0.9.0", default-features = false, optional = true }
memchr = { version = "2.3.3", default-features = false }