summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-04-19 14:19:17 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-20 19:24:12 +0200
commit555dc844dcd7c50e198b072abb8aa3f43d969660 (patch)
tree2464011dfea4588d76f3443d0258bba46ac013a8
parent816a1a0b8a5aee4721b5a408b4017f8cec5d485a (diff)
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 <matthias.beyer@atos.net> (cherry picked from commit 38b6ded40c6d840c9d3951f0a082cd55b1b0109c)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c6d7e04..a53965e 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"