Skip to content

Commit eba3bed

Browse files
fix(deps): update rust crate rusqlite to 0.35
1 parent 8ee0784 commit eba3bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.35", features = ["bundled"] }
2020
fs4 = { version = "0.12", features = ["tokio"] }
2121
thiserror = "2"
2222
toml = "0.8"

0 commit comments

Comments
 (0)