diff --git a/Cargo.toml b/Cargo.toml index ba53157..29dcbca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1" [dev-dependencies] mockall = { version = "0.12", default-features = false } -serial_test = { version = "2.0.0", default-features = false } +serial_test = { version = "3.0.0", default-features = false } criterion = "0.5" serde_json = "1" rand = "0.8.5"