mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 08:28:41 +02:00
Bump rstest from 0.16.0 to 0.17.0 (#8534)
This commit is contained in:
@ -12,7 +12,7 @@ bench = false
|
||||
|
||||
[dev-dependencies]
|
||||
nu-test-support = { path = "../nu-test-support", version = "0.77.2" }
|
||||
rstest = { version = "0.16.0", default-features = false }
|
||||
rstest = { version = "0.17.0", default-features = false }
|
||||
|
||||
[dependencies]
|
||||
nu-command = { path = "../nu-command", version = "0.77.2" }
|
||||
|
@ -165,4 +165,4 @@ hamcrest2 = "0.3.0"
|
||||
proptest = "1.1.0"
|
||||
quickcheck = "1.0.3"
|
||||
quickcheck_macros = "1.0.0"
|
||||
rstest = { version = "0.16.0", default-features = false }
|
||||
rstest = { version = "0.17.0", default-features = false }
|
||||
|
Reference in New Issue
Block a user