Skip to content

Commit

Permalink
Update dependency: diesel 1.4 -> 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Beyer committed Apr 19, 2021
1 parent c75d620 commit 38b6ded
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 @@ -34,7 +34,7 @@ config = "0.11"
csv = "1.1"
daggy = { version = "0.7", features = [ "serde" ] }
dialoguer = "0.8"
diesel = { version = "1.4", features = ["postgres", "chrono", "uuid", "serde_json"] }
diesel = { version = ">=1.4.6", features = ["postgres", "chrono", "uuid", "serde_json"] }
env_logger = "0.8"
filters = "0.4.0"
futures = "0.3"
Expand Down

0 comments on commit 38b6ded

Please sign in to comment.