aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 65b3aa0..0b85c07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,8 +27,8 @@ germ = { version = "0.3.9", features = ["ast", "meta"] }
actix-web = "4.0.1"
# Logging
-pretty_env_logger = "0.4.0"
-log = "0.4.16"
+pretty_env_logger = "0.5.0"
+log = "0.4.18"
# Environment Variables
dotenv = "0.15.0"