summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-04-25 14:38:34 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-04-25 14:43:45 +0200
commitcb061d676a6770474bf97bdc891e11571b67e3b3 (patch)
tree28e8d23f082aa3cfa7b7ebf3728598e52a897bd4
parent841c7fe1b22823ece41b6b64900c1d5aeda86432 (diff)
plugin_avg: Remove dependency: env-logger
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--Cargo.lock1
-rw-r--r--plugins/plugin_avg/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7273cc6a..5b522734 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2134,7 +2134,6 @@ name = "plugin_avg"
version = "0.1.0"
dependencies = [
"async-trait",
- "env_logger 0.9.0",
"humantime-serde",
"log",
"miette",
diff --git a/plugins/plugin_avg/Cargo.toml b/plugins/plugin_avg/Cargo.toml
index 55404afd..e62019ed 100644
--- a/plugins/plugin_avg/Cargo.toml
+++ b/plugins/plugin_avg/Cargo.toml
@@ -7,7 +7,6 @@ edition = "2021"
[dependencies]
async-trait = "0.1"
-env_logger = "0.9"
humantime-serde = "1"
log = { version = "0.4", features = ["serde"] }
miette = "4.4"