diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-13 04:17:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-13 04:17:14 +0000 |
commit | 309b32d393cb1a7a765cba3b7dc7ca3c9fd695b6 (patch) | |
tree | af440841a439a92e01e0484860d8dadb803bb322 | |
parent | Update Docker shield (diff) | |
download | miniserve-309b32d393cb1a7a765cba3b7dc7ca3c9fd695b6.tar.gz miniserve-309b32d393cb1a7a765cba3b7dc7ca3c9fd695b6.zip |
Bump simplelog from 0.7.1 to 0.7.2
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.1 to 0.7.2.
- [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/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1438,7 +1438,7 @@ dependencies = [ "select 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "simplelog 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "simplelog 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.1 (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)", @@ -2304,7 +2304,7 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3354,7 +3354,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.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc" -"checksum simplelog 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe8c881061cce7ee205784634eda7a61922925e7cc2833188467d3a560e027" +"checksum simplelog 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "724fb9d51763fcfe196d806cc3441f838999decafc641988b70aa8d9ec73a79f" "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" |