diff options
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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]] @@ -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" |