diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-03-01 06:54:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 06:54:51 +0000 |
commit | cdf192ac3b08b9c49d9924d953425fc922a314db (patch) | |
tree | f8c7f281fba1e2a10ef17007a7da236f2930cacb | |
parent | Merge pull request #236 from DamianX/test_upload_disabled (diff) | |
parent | Bump rstest from 0.5.2 to 0.5.3 (diff) | |
download | miniserve-cdf192ac3b08b9c49d9924d953425fc922a314db.tar.gz miniserve-cdf192ac3b08b9c49d9924d953425fc922a314db.zip |
Merge pull request #254 from svenstaro/dependabot/cargo/rstest-0.5.3
Bump rstest from 0.5.2 to 0.5.3
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1461,7 +1461,7 @@ dependencies = [ "port_check 0.1.5 (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.24 (registry+https://github.com/rust-lang/crates.io-index)", - "rstest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rstest 0.5.3 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2148,7 +2148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rstest" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3396,7 +3396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "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" -"checksum rstest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9f190eb149083bb5a4a7fd9e3360ede6f2f3b3ccd4c1b00c232874c058fdcece" +"checksum rstest 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "11badbd6119f6956c1776bad8d71fc162a99f3d52a117fff2eec7349cad4d96b" "checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |