mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
Bump rstest from 0.18.2 to 0.19.0 (#4044)
Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.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/v0.18.2...v0.19.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
timvisee
parent
ba7c8a57b3
commit
4599dd67b1
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -4548,9 +4548,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rstest"
|
||||
version = "0.18.2"
|
||||
version = "0.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
|
||||
checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"futures-timer",
|
||||
@@ -4560,9 +4560,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rstest_macros"
|
||||
version = "0.18.2"
|
||||
version = "0.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
|
||||
checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"glob",
|
||||
|
||||
@@ -14,7 +14,7 @@ tracing = ["dep:tracing", "api/tracing", "segment/tracing"]
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
proptest = "1.4.0"
|
||||
rstest = "0.18.2"
|
||||
rstest = "0.19.0"
|
||||
approx = "0.5.1"
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
|
||||
|
||||
@@ -18,7 +18,7 @@ criterion = "0.5"
|
||||
rmp-serde = "~1.1"
|
||||
rand_distr = "0.4.3"
|
||||
walkdir = "2.5.0"
|
||||
rstest = "0.18.2"
|
||||
rstest = "0.19.0"
|
||||
proptest = "1.4.0"
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user