Skip to content

Commit aa414ad

Browse files
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] <[email protected]>
1 parent 938055a commit aa414ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ twox-hash = { version = "1.6.3", default-features = false }
8585
wasmi = { version = "0.9.1", default-features = false, features = ["core"] } # TODO: having to add `core` is sketchy; maybe report this
8686

8787
# `database-sqlite` feature
88-
sqlite = { version = "0.27.3", optional = true, default-features = false, features = ["linkage"] }
88+
sqlite = { version = "0.30.4", optional = true, default-features = false, features = ["linkage"] }
8989

9090
# `std` feature
9191
# Add here the crates that cannot function without the help of the operating system or environment.

0 commit comments

Comments
 (0)