Skip to content

Commit

Permalink
Merge pull request #344 from pombase/dependabot/cargo/rusqlite-0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
2 parents ea3ad91 + eceb307 commit 45695c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 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 @@ -29,7 +29,7 @@ deadpool = "0.12"
anyhow = "1.0"
itertools = "0.13"
csv = "1.1.6"
rusqlite = { version = "0.32.0", features = ["bundled", "serde_json"] }
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.5.0", features = ["fs", "normalize-path", "trace"] }
axum = { version = "0.7", features = ["macros"] }
Expand Down

0 comments on commit 45695c6

Please sign in to comment.