aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0e3e608..e846bc6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2216,13 +2216,13 @@ dependencies = [
[[package]]
name = "simplelog"
-version = "0.11.2"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c"
+checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786"
dependencies = [
- "chrono",
"log",
"termcolor",
+ "time 0.3.9",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index f3412bd..a391294 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ actix-multipart = "0.4"
actix-web-httpauth = "0.6"
maud = "0.23"
yansi = "0.5"
-simplelog = "0.11"
+simplelog = "0.12"
percent-encoding = "2"
port_check = "0.1"
bytesize = "1"