Skip to content

Commit 526b189

Browse files
authored
Bump rusqlite to 0.37 (#950)
1 parent 7878cfb commit 526b189

File tree

2 files changed

+49
-66
lines changed

2 files changed

+49
-66
lines changed

Cargo.lock

Lines changed: 48 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ crossterm = { version = "0.28.1", features = ["serde"] }
2525
fd-lock = "4.0.2"
2626
itertools = "0.13.0"
2727
nu-ansi-term = "0.50.0"
28-
rusqlite = { version = "0.31.0", optional = true }
28+
rusqlite = { version = "0.37.0", optional = true }
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = { version = "1.0.79", optional = true }
3131
strip-ansi-escapes = "0.2.0"

0 commit comments

Comments
 (0)