aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-07-29 09:02:22 +0000
committerGitHub <noreply@github.com>2019-07-29 09:02:22 +0000
commit656b52468ea7c3c796c472c3644dc4c4e5dab6e8 (patch)
treef8b44cde60ad390c6d2447f9bfd9f698ebe2c869 /Cargo.toml
parentMerge pull request #172 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.7 (diff)
parentBump log from 0.4.7 to 0.4.8 (diff)
downloadminiserve-656b52468ea7c3c796c472c3644dc4c4e5dab6e8.tar.gz
miniserve-656b52468ea7c3c796c472c3644dc4c4e5dab6e8.zip
Merge pull request #170 from svenstaro/dependabot/cargo/log-0.4.8
Bump log from 0.4.7 to 0.4.8
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 098a629..12e4962 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ bytes = "0.4.12"
futures = "0.1.28"
libflate = "0.1.25"
failure = "0.1.5"
-log = "0.4.7"
+log = "0.4.8"
strum = "0.15.0"
strum_macros = "0.15.0"
sha2 = "0.8.0"