aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-28 04:20:05 +0000
committerGitHub <noreply@github.com>2022-06-28 04:20:05 +0000
commit2e2f9170a83a0fb88059d8dc313d5b5c7675790d (patch)
tree7b3f826ac9134d9321db70be9157fd4343344cfc /Cargo.lock
parent(cargo-release) version 0.20.0 (diff)
downloadminiserve-2e2f9170a83a0fb88059d8dc313d5b5c7675790d.tar.gz
miniserve-2e2f9170a83a0fb88059d8dc313d5b5c7675790d.zip
Bump rstest from 0.14.0 to 0.15.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1339bcb..264494f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2026,9 +2026,9 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rstest"
-version = "0.14.0"
+version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86fcf8fa7e9f3b396a5967d7455c057532a81be5114c81d5b02fae9a1f8e21d7"
+checksum = "e9c9dc66cc29792b663ffb5269be669f1613664e69ad56441fdb895c2347b930"
dependencies = [
"futures",
"futures-timer",