diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-17 05:30:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 05:30:06 +0000 |
commit | 88b589fb769a0c0c7c91eb14ad9cbe2d0bac0e39 (patch) | |
tree | 9f2ee35df688dd9bb1165648155a667df984a862 | |
parent | Merge pull request #196 from svenstaro/dependabot/cargo/serde-1.0.101 (diff) | |
download | miniserve-88b589fb769a0c0c7c91eb14ad9cbe2d0bac0e39.tar.gz miniserve-88b589fb769a0c0c7c91eb14ad9cbe2d0bac0e39.zip |
Bump simplelog from 0.7.2 to 0.7.3
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.2 to 0.7.3.
- [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/v0.7.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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.101 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", + "simplelog 0.7.3 (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.2" +version = "0.7.3" 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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "724fb9d51763fcfe196d806cc3441f838999decafc641988b70aa8d9ec73a79f" +"checksum simplelog 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2b6e1abbebfa1e8e010dd97fae39622173374ec93ff0e05b88123f7d927514b6" "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" |