diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-04-27 09:54:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 09:54:45 +0000 |
commit | ced8583dad006ac1b6bbf3136546877a825542ed (patch) | |
tree | 00f9e8e6fed3f930bc7875219ec72468694c3aa4 | |
parent | Merge pull request #295 from svenstaro/dependabot/cargo/structopt-0.3.14 (diff) | |
parent | Bump simplelog from 0.7.5 to 0.7.6 (diff) | |
download | miniserve-ced8583dad006ac1b6bbf3136546877a825542ed.tar.gz miniserve-ced8583dad006ac1b6bbf3136546877a825542ed.zip |
Merge pull request #296 from svenstaro/dependabot/cargo/simplelog-0.7.6
Bump simplelog from 0.7.5 to 0.7.6
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1568,7 +1568,7 @@ dependencies = [ "select 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "simplelog 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "simplelog 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "strum 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2464,7 +2464,7 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3655,7 +3655,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" "checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0" "checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" -"checksum simplelog 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bcacac97349a890d437921dfb23cbec52ab5b4752551cb637df2721371acd467" +"checksum simplelog 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3cf9a002ccce717d066b3ccdb8a28829436249867229291e91b25d99bd723f0d" "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.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |