Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored Sep 23, 2024
1 parent 142c080 commit 319909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clap = { version = "4.3", features = ["derive"] }
criterion = "0.5.1"
csv = "1.2.2"
dbase = "0.4"
diesel = { version = "2.1.0", default-features = false, features = ["postgres"] }
diesel = { version = "2.2.3", default-features = false, features = ["postgres"] }
dup-indexer = "0.3"
env_logger = "0.10.0"
futures-util = "0.3.28"
Expand Down

0 comments on commit 319909a

Please sign in to comment.