Skip to content

Commit

Permalink
Merge pull request #342 from pombase/dependabot/cargo/rusqlite-0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
2 parents 661ae78 + 2dae999 commit fc0ae41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 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.31.0", features = ["bundled", "serde_json"] }
rusqlite = { version = "0.32.0", 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 fc0ae41

Please sign in to comment.