From 38b6ded40c6d840c9d3951f0a082cd55b1b0109c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 19 Apr 2021 14:19:17 +0200 Subject: Update dependency: diesel 1.4 -> 1.4.6 See also: https://rustsec.org/advisories/RUSTSEC-2021-0037.html https://github.com/diesel-rs/diesel/pull/2663 Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1401bb2..4eebeef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3