Skip to content

Commit 733b7f9

Browse files
authoredFeb 19, 2024
Update Rust crate rusqlite to 0.31 (#1171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 961e971 commit 733b7f9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ rand_chacha = "0.3.1"
7474
reedline = "0.29.0"
7575
reqwest = { version = "0.11", features = ["default", "blocking", "json", "stream"] }
7676
ringbuffer = "0.15.0"
77-
rusqlite = { version = "0.30" }
77+
rusqlite = { version = "0.31" }
7878
rustls-pemfile = { version = "1.0.4" }
7979
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
8080
serde = { version = "1", features = [ "derive" ] }

0 commit comments

Comments
 (0)
Please sign in to comment.