summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-07-21 14:22:55 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-07-21 14:24:20 +0200
commit2e92ef6443579b55cc73a8d6be2074ae047fff5a (patch)
treea8fccfa6416703e988a9603684417593f8314abe /Cargo.toml
parent3ae38996473dbdd459b39375b57caacb3a0bf6d4 (diff)
env_logger: 0.8 -> 0.9
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dce802a..6c29ecc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ daggy = { version = "0.7", features = [ "serde" ] }
dialoguer = "0.8"
diesel = { version = ">=1.4.6", features = ["postgres", "chrono", "uuid", "serde_json"] }
diesel_migrations = "*"
-env_logger = "0.8"
+env_logger = "0.9"
filters = "0.4.0"
futures = "0.3"
getset = "0.1"