Skip to content

Commit

Permalink
Merge pull request #841 from kkawakam/dependabot/cargo/rusqlite-0.33.0
Browse files Browse the repository at this point in the history
Update rusqlite requirement from 0.32.0 to 0.33.0
  • Loading branch information
gwenn authored Jan 20, 2025
2 parents ad276dd + 4ec17f2 commit cae7df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cfg-if = "1.0"
home = { version = "0.5.4", optional = true }
# For History
fd-lock = { version = "4.0.0", optional = true }
rusqlite = { version = "0.32.0", optional = true, default-features = false, features = [
rusqlite = { version = "0.33.0", optional = true, default-features = false, features = [
"bundled",
"backup",
] }
Expand Down

0 comments on commit cae7df3

Please sign in to comment.