Skip to content

Commit

Permalink
Bump rusqlite from 0.31.0 to 0.32.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc authored Jul 22, 2024
2 parents d1694d5 + 3a8f398 commit 14a2781
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion njord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["orm", "database", "sql"]

[dependencies]
njord_derive = { version = "0.3.0", path = "../njord_derive" }
rusqlite = { version = "0.31.0", features = ["bundled"] }
rusqlite = { version = "0.32.0", features = ["bundled"] }
log = "0.4.22"
rand = "0.8.4"

Expand Down
2 changes: 1 addition & 1 deletion njord_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ proc-macro = true
proc-macro2 = "1.0.86"
quote = "1.0"
syn = "2.0.71"
rusqlite = { version = "0.31.0", features = ["bundled"] }
rusqlite = { version = "0.32.0", features = ["bundled"] }

0 comments on commit 14a2781

Please sign in to comment.