chore(deps): update rust crate rstest to 0.23
This commit is contained in:
parent
faf45f3d61
commit
00d1d8291b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ tokio = { version = "1.37", features = ["full"] }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert2 = "0.3"
|
assert2 = "0.3"
|
||||||
pretty_assertions = "1.4"
|
pretty_assertions = "1.4"
|
||||||
rstest = "0.22"
|
rstest = "0.23"
|
||||||
|
|
||||||
[lints.rust]
|
[lints.rust]
|
||||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
|
||||||
|
|
Loading…
Reference in a new issue