Skip to content

Commit 928674c

Browse files
Update Rust crate rusqlite to 0.33
1 parent 029cd07 commit 928674c

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

Cargo.lock

+16-7
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.36.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.33" }
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)