diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-07-25 09:36:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-25 09:36:07 +0000 |
commit | e5348b4440819e6c03ef040d7cc56c9b60ee87bf (patch) | |
tree | 2fb98ad9cb6c02c9f8f758cd13fdf9958aa3cbc6 | |
parent | Merge pull request #165 from svenstaro/dependabot/cargo/serde-1.0.97 (diff) | |
parent | Bump reqwest from 0.9.18 to 0.9.19 (diff) | |
download | miniserve-e5348b4440819e6c03ef040d7cc56c9b60ee87bf.tar.gz miniserve-e5348b4440819e6c03ef040d7cc56c9b60ee87bf.zip |
Merge pull request #166 from svenstaro/dependabot/cargo/reqwest-0.9.19
Bump reqwest from 0.9.18 to 0.9.19
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1430,7 +1430,7 @@ dependencies = [ "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "port_check 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "reqwest 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)", + "reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)", "rstest 0.3.0 (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.97 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2046,7 +2046,7 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.9.18" +version = "0.9.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2074,6 +2074,7 @@ dependencies = [ "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "winreg 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3309,7 +3310,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad" "checksum regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9b01330cce219c1c6b2e209e5ed64ccd587ae5c67bed91c0b49eecf02ae40e21" "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" -"checksum reqwest 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)" = "00eb63f212df0e358b427f0f40aa13aaea010b470be642ad422bcbca2feff2e4" +"checksum reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)" = "1d0777154c2c3eb54f5c480db01de845652d941e47191277cc673634c3853939" "checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb" "checksum ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a" "checksum rle-decode-fast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac" |