Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate libsqlite3-sys to 0.30
Browse files Browse the repository at this point in the history
renovate[bot] authored Jul 21, 2024
1 parent d1a01f5 commit 5cb7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ grpcio = "0.13"
hex = { version = "0.4", default-features = false }
hex_fmt = "0.3.0"
itertools = "0.10.5"
libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] }
libsqlite3-sys = { version = "0.30", features = ["bundled-sqlcipher"] }
num_cpus = "1.16"
prost = "0.11"
protobuf = "2.28.0"

0 comments on commit 5cb7727

Please sign in to comment.