Skip to content

Commit

Permalink
Merge pull request #9 from GothenburgBitFactory/dependabot/cargo/rusq…
Browse files Browse the repository at this point in the history
…lite-0.31.0

Bump rusqlite from 0.29.0 to 0.31.0
  • Loading branch information
djmitche committed Jun 11, 2024
2 parents 0e8621e + 63e9e31 commit 5fe8ee5
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 26 deletions.
89 changes: 64 additions & 25 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "^1.0.147", features = ["derive"] }
clap = { version = "^4.5.6", features = ["string"] }
log = "^0.4.17"
env_logger = "^0.10.0"
rusqlite = { version = "0.29", features = ["bundled"] }
rusqlite = { version = "0.31", features = ["bundled"] }
chrono = { version = "^0.4.22", features = ["serde"] }

[dev-dependencies]
Expand Down

0 comments on commit 5fe8ee5

Please sign in to comment.