Skip to content

Commit

Permalink
Merge pull request #242 from pombase/dependabot/cargo/rusqlite-0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
2 parents 0b0da1d + c0c879d commit fd91aef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 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.10"
anyhow = "<1.0.76"
itertools = "0.11"
csv = "1.1.6"
rusqlite = { version = "0.29.0", features = ["bundled", "serde_json"] }
rusqlite = { version = "0.30.0", features = ["bundled", "serde_json"] }
axum = { version = "0.6.20", features = ["macros"] }
axum-macros = "0.3"
tower = "0.4.13"
Expand Down

0 comments on commit fd91aef

Please sign in to comment.