Skip to content

Commit 93b97bc

Browse files
authored
Update rusqlite dependency version to 0.38.0
1 parent 772f1f9 commit 93b97bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ console = { version = "0.16", default-features = false, features = [
2121
] }
2222

2323
[target.'cfg(not(target_os = "macos"))'.dependencies]
24-
rusqlite = { version = "0.37.0", features = ["bundled"] }
24+
rusqlite = { version = "0.38.0", features = ["bundled"] }
2525
native-tls = { version = "0.2", features = ["vendored"] }
2626
# ^^ this is a transitive dependency
2727
# ^^ we vendor OpenSSL ∵ we want to be standalone and just work inside minimal docker images

0 commit comments

Comments
 (0)