Upgrade serial_test
crate from 2.0 to 3.0 version (#1233)
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:
parent
57e6c9813c
commit
d75f940625
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ bencher = "0.1.2"
|
|||
chrono = { version = "0.4.30", features = ["alloc"], default-features = false }
|
||||
pretty_assertions = "1.0.0"
|
||||
serde_json = "1.0.18"
|
||||
serial_test = "2.0"
|
||||
serial_test = "3.0"
|
||||
tokio = { version = "1.0", features = ["macros", "time", "rt-multi-thread"] }
|
||||
|
||||
[[bench]]
|
||||
|
|
Loading…
Reference in a new issue