From 98f2d77140318078277cabe984d6af6f2525c45d Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 9 Mar 2020 18:33:14 +0100 Subject: Bump rstest to 0.6.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47d8dc3..63e9eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1534,7 +1534,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.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rstest 0.6.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.104 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2227,7 +2227,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rstest" -version = "0.5.3" +version = "0.6.0" 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)", @@ -3472,7 +3472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum resolv-conf 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "11834e137f3b14e309437a8276714eed3a80d1ef894869e510f2c0c0b98b9f4a" "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.3 (registry+https://github.com/rust-lang/crates.io-index)" = "11badbd6119f6956c1776bad8d71fc162a99f3d52a117fff2eec7349cad4d96b" +"checksum rstest 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d5f9396fa6a44e2aa2068340b17208794515e2501c5bf3e680a0c3422a5971" "checksum rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" "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" diff --git a/Cargo.toml b/Cargo.toml index 89bb728..07a4f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,6 @@ reqwest = "0.9" assert_fs = "0.13" select = "0.4" port_check = "0.1" -rstest = "0.5" +rstest = "0.6" pretty_assertions = "0.6" url = "2.1" -- cgit v1.2.3