aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-08-21 06:15:43 +0000
committerGitHub <noreply@github.com>2019-08-21 06:15:43 +0000
commit92cf9568fbbefa1e6f775b46dfae50954703921b (patch)
tree428d11612337532dcc7e132f84195548f81e3d4f
parentMerge pull request #176 from svenstaro/dependabot/cargo/percent-encoding-2.1.0 (diff)
parentBump simplelog from 0.6.0 to 0.7.0 (diff)
downloadminiserve-92cf9568fbbefa1e6f775b46dfae50954703921b.tar.gz
miniserve-92cf9568fbbefa1e6f775b46dfae50954703921b.zip
Merge pull request #180 from svenstaro/dependabot/cargo/simplelog-0.7.0
Bump simplelog from 0.6.0 to 0.7.0
Diffstat (limited to '')
-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 7dd2338..9345e5f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1454,7 +1454,7 @@ dependencies = [
"select 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "simplelog 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "simplelog 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2320,7 +2320,7 @@ dependencies = [
[[package]]
name = "simplelog"
-version = "0.6.0"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3374,7 +3374,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
"checksum signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4f61c4d59f3aaa9f61bba6450a9b80ba48362fd7d651689e7a10c453b1f6dc68"
"checksum signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cded4ffa32146722ec54ab1f16320568465aa922aa9ab4708129599740da85d7"
-"checksum simplelog 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9c948a5a26cd38340ddbeaa557a8c8a5ce4442408eb60453bee2bb3c84a3fb"
+"checksum simplelog 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79c55e762d2e1a7f47165298f9c937de4ef152946c292556ac7582e811aad8ae"
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
diff --git a/Cargo.toml b/Cargo.toml
index 933a59c..65c5a6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ clap = "2.29"
yansi = "0.5"
actix = "0.7"
actix-web = "0.7"
-simplelog = "0.6"
+simplelog = "0.7"
base64 = "0.10"
percent-encoding = "2.1"
htmlescape = "0.3.1"