diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-01-23 10:20:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 10:20:28 +0000 |
commit | f2fdfacc91f3bb7a171b36d14423bba886bb2fb1 (patch) | |
tree | 7fe4f1ca6ed2b66c096eeb9807ff532fdf61c99c | |
parent | Merge pull request #251 from svenstaro/dependabot/cargo/port_check-0.1.5 (diff) | |
parent | Bump sha2 from 0.8.0 to 0.8.1 (diff) | |
download | miniserve-f2fdfacc91f3bb7a171b36d14423bba886bb2fb1.tar.gz miniserve-f2fdfacc91f3bb7a171b36d14423bba886bb2fb1.zip |
Merge pull request #247 from svenstaro/dependabot/cargo/sha2-0.8.1
Bump sha2 from 0.8.0 to 0.8.1
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1464,7 +1464,7 @@ dependencies = [ "rstest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "select 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2 0.8.0 (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.4 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "strum 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2326,7 +2326,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sha2" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3418,7 +3418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" "checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" -"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" +"checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0" "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.4 (registry+https://github.com/rust-lang/crates.io-index)" = "05a3e303ace6adb0a60a9e9e2fbc6a33e1749d1e43587e2125f7efa9c5e107c5" @@ -44,7 +44,7 @@ failure = "0.1.5" log = "0.4.8" strum = "0.17.1" strum_macros = "0.17.1" -sha2 = "0.8.0" +sha2 = "0.8.1" hex = "0.4.0" [dev-dependencies] |