We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74844a commit 2552e61Copy full SHA for 2552e61
libs/cache/Cargo.toml
@@ -16,7 +16,7 @@ tokio-stream = { version = "0.1", features = ["net"] }
16
tokio-util = "0.7"
17
prost = "0.13"
18
prost-types = "0.13"
19
-rusqlite = { version = "0.32", features = ["bundled"] }
+rusqlite = { version = "0.34", features = ["bundled"] }
20
fs4 = { version = "0.12", features = ["tokio"] }
21
thiserror = "2"
22
toml = "0.8"
0 commit comments