We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772f1f9 commit 93b97bcCopy full SHA for 93b97bc
1 file changed
crates/cli/Cargo.toml
@@ -21,7 +21,7 @@ console = { version = "0.16", default-features = false, features = [
21
] }
22
23
[target.'cfg(not(target_os = "macos"))'.dependencies]
24
-rusqlite = { version = "0.37.0", features = ["bundled"] }
+rusqlite = { version = "0.38.0", features = ["bundled"] }
25
native-tls = { version = "0.2", features = ["vendored"] }
26
# ^^ this is a transitive dependency
27
# ^^ we vendor OpenSSL ∵ we want to be standalone and just work inside minimal docker images
0 commit comments