Skip to content

Commit 38b6ded

Browse files
author
Matthias Beyer
committed
Update dependency: diesel 1.4 -> 1.4.6
See also: https://rustsec.org/advisories/RUSTSEC-2021-0037.html diesel-rs/diesel#2663 Signed-off-by: Matthias Beyer <[email protected]>
1 parent c75d620 commit 38b6ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ config = "0.11"
3434
csv = "1.1"
3535
daggy = { version = "0.7", features = [ "serde" ] }
3636
dialoguer = "0.8"
37-
diesel = { version = "1.4", features = ["postgres", "chrono", "uuid", "serde_json"] }
37+
diesel = { version = ">=1.4.6", features = ["postgres", "chrono", "uuid", "serde_json"] }
3838
env_logger = "0.8"
3939
filters = "0.4.0"
4040
futures = "0.3"

0 commit comments

Comments
 (0)