diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2275,9 +2275,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85d04ae642154220ef00ee82c36fb07853c10a4f2a0ca6719f9991211d2eb959" +checksum = "8baa24de25f3092d9697c76f94cf09f67fca13db2ea11ce80c2f055c1aaf0795" dependencies = [ "chrono", "log", @@ -23,7 +23,7 @@ actix-multipart = "0.4.0-beta.5" actix-web-httpauth = "0.6.0-beta.2" maud = "0.23" yansi = "0.5" -simplelog = "0.10" +simplelog = "0.11" percent-encoding = "2" port_check = "0.1" bytesize = "1" |