From aa414ad4cd50d3be056d702ade9e983a96ee340a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:00:39 +0000 Subject: [PATCH] Bump sqlite from 0.27.3 to 0.30.4 Bumps [sqlite](https://github.com/stainless-steel/sqlite) from 0.27.3 to 0.30.4. - [Release notes](https://github.com/stainless-steel/sqlite/releases) - [Commits](https://github.com/stainless-steel/sqlite/commits) --- updated-dependencies: - dependency-name: sqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.