diff --git a/Cargo.lock b/Cargo.lock index 891df152a..982a85b7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2475,9 +2475,9 @@ dependencies = [ [[package]] name = "sqlite" -version = "0.27.3" +version = "0.30.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e66cb949f931ece6201d72bffad3f3601b94998a345793713dd13af70a77c185" +checksum = "8b1908664131c21a38e5b531344d52a196ec338af5bf44f7fa2c83d539e9561d" dependencies = [ "libc", "sqlite3-sys", diff --git a/Cargo.toml b/Cargo.toml index 0b8da931e..702f88c13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ twox-hash = { version = "1.6.3", default-features = false } wasmi = { version = "0.9.1", default-features = false, features = ["core"] } # TODO: having to add `core` is sketchy; maybe report this # `database-sqlite` feature -sqlite = { version = "0.27.3", optional = true, default-features = false, features = ["linkage"] } +sqlite = { version = "0.30.4", optional = true, default-features = false, features = ["linkage"] } # `std` feature # Add here the crates that cannot function without the help of the operating system or environment.