aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-20 04:19:53 +0000
committerGitHub <noreply@github.com>2022-04-20 04:19:53 +0000
commitd7820506778ebd0df66664d080cfaf331f378215 (patch)
tree2b9e4367edeb41900a54b6f8674a416aaf1409b8
parentMerge pull request #773 from svenstaro/dependabot/cargo/clap_mangen-0.1.3 (diff)
downloadminiserve-d7820506778ebd0df66664d080cfaf331f378215.tar.gz
miniserve-d7820506778ebd0df66664d080cfaf331f378215.zip
Bump simplelog from 0.11.2 to 0.12.0
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.11.2...v0.12.0) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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"