Skip to content

Commit 2552e61

Browse files
fix(deps): update rust crate rusqlite to 0.34
1 parent a74844a commit 2552e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cache/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tokio-stream = { version = "0.1", features = ["net"] }
1616
tokio-util = "0.7"
1717
prost = "0.13"
1818
prost-types = "0.13"
19-
rusqlite = { version = "0.32", features = ["bundled"] }
19+
rusqlite = { version = "0.34", features = ["bundled"] }
2020
fs4 = { version = "0.12", features = ["tokio"] }
2121
thiserror = "2"
2222
toml = "0.8"

0 commit comments

Comments
 (0)