Skip to content

Commit

Permalink
Bump to libsqlite3-sys 0.26 (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus authored May 11, 2023
1 parent 8f4063c commit af0f04a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ tempdir = "0.3.7"
criterion = {version = "0.4", features = ["async_tokio"]}

# Needed to test SQLCipher
libsqlite3-sys = { version = "0.25.1", features = ["bundled-sqlcipher"] }
libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] }

#
# Any
Expand Down
2 changes: 1 addition & 1 deletion sqlx-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde = { version = "1.0.145", features = ["derive"], optional = true }
regex = { version = "1.5.5", optional = true }

[dependencies.libsqlite3-sys]
version = "0.25.1"
version = "0.26.0"
default-features = false
features = [
"pkg-config",
Expand Down

0 comments on commit af0f04a

Please sign in to comment.