Skip to content

Commit

Permalink
Bump rusqlite from 0.32.0 to 0.32.1 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc authored Aug 30, 2024
2 parents 5175d65 + bc50f98 commit 644f984
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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.32.0", features = ["bundled"] }
rusqlite = { version = "0.32.1", 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.32.0", features = ["bundled"] }
rusqlite = { version = "0.32.1", features = ["bundled"] }

0 comments on commit 644f984

Please sign in to comment.