Skip to content

Commit 0703ef6

Browse files
Update Rust crate rusqlite to 0.34
1 parent 81a3528 commit 0703ef6

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

Cargo.lock

+17-8
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
@@ -80,7 +80,7 @@ rand_chacha = "0.3.1"
8080
reedline = "0.38.0"
8181
reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }
8282
ringbuffer = "0.15.0"
83-
rusqlite = { version = "0.32" }
83+
rusqlite = { version = "0.34" }
8484
rustls-pemfile = { version = "1.0.4" }
8585
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
8686
serde = { version = "1", features = [ "derive" ] }

0 commit comments

Comments
 (0)